Create and use boilerplates with ease
npm install go





Go is the toolset to manage boilerplates with less effort.
Go can be used in 2 ways:
``bash`
$ npm install --global go
$ go git git@github.com:gocli/boilerplate-example.git
To create and use your own boilerplates, refer to documentation or check the list of community driven boilerplates.
`bash`
$ cd project/with/gofile/
$ go run some command
This will call the command registered in gofile.js.
Take a time to read how to create your own gofile.js.
#### Interactive menu
You can also execute go with no arguments and that will call an interactive menu with the list of all available commands:
`bash``
$ go
[GO] Choose command:
❯ build
deploy
generate
install
It works well with Go programming language. In case you have any issues read troubleshooting page.
MIT © Stanislav Termosa