1.2.0 • Published 6 years ago

go-cli v1.2.0

Weekly downloads
59
License
MIT
Repository
github
Last release
6 years ago

go-cli

npm Travis Coveralls Vulnerabilities js-standard-style

example

Go is the toolset to manage boilerplates with less effort.

Usage

Go can be used in 2 ways:

Load and install boilerplate

$ npm install --global go
$ go gocli/boilerplate-example

This download https://github.com/gocli/boilerplate-example and runs install script.

To create and use your own boilerplates, refer to documentation or check the list of community driven boilerplates.

Go uses Loaders to download sources. You are able to create your own Loaders if you need.

Run local commands

$ 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:

$ go
[GO] Choose command:
❯ build
  deploy
  generate
  install

Go Lang

It works well with Go programming language. In case you have any issues read troubleshooting page.

License

MIT © Stanislav Termosa