go
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/go package

3.0.1 • Public • Published

go

npm Travis Coveralls Vulnerabilities js-standard-style Waffle

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 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.

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

Package Sidebar

Install

npm i go

Weekly Downloads

491

Version

3.0.1

License

MIT

Unpacked Size

6.11 kB

Total Files

6

Last publish

Collaborators

  • termosa