goat

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2018 License: MIT Imports: 4 Imported by: 0

README

About:Goat

Goat is golang: application template

Generate template of your application, via chosen templates:

Installation

Just get it

go get -u github.com/spyzhov/goat

Basic usage

Change dir to targeted, run goat and answer for several questions.

user@user:/go/src/github.com/spyzhov/example$ goat
Project path [/go/src/github.com/spyzhov/example]? [Y/n]: y 
Project name [example]? [Y/n]: y
Repository name [github.com/spyzhov/example]? [Y/n]: 
Use Postgres connection (github.com/go-pg)? [y/N]: y 
Use HTTP server (github.com/labstack/echo)? [y/N]: y
Use Prometheus (github.com/prometheus/client_golang)? [y/N]: 
Use Babex-service (github.com/matroskin13/babex)? [y/N]: 
Use RMQ-consumers (github.com/streadway/amqp)? [y/N]: 
Use RMQ-publishers (github.com/streadway/amqp)? [y/N]:

Use dep

The best and quickest way to start:

user@user:/go/src/github.com/spyzhov/example$ goat
...
user@user:/go/src/github.com/spyzhov/example$ dep init
...
... Profit!

License

MIT licensed. See the LICENSE file for details.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL