# go

> Create and use boilerplates with ease

Latest version **3.0.1** (published 2018-10-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install go
pnpm add go
yarn add go
bun add go
```

Provides the command `go`.

## Health

**Score 23/100 (F)** — status: abandoned.

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.1 |
| Published | 2018-10-24 |
| First published | 2013-11-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/go) |
| Module format | CommonJS |
| Node | >=6.4.0 |
| Dependencies | 5 |
| Unpacked size | 6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | Stanislav Termosa |
| Maintainers | termosa |
| Keywords | boilerplate, automation, template, generator, scaffold, cli |

## Links

- npm: https://www.npmjs.com/package/go
- Repository: https://github.com/gocli/go
- Homepage: https://github.com/gocli/go#readme
- Issues: https://github.com/gocli/go/issues
- npm.io page: https://npm.io/package/go

## Dependencies (5)

- [go-cli](https://npm.io/package/go-cli.md) ^1.0.0
- [go-plugin-fs](https://npm.io/package/go-plugin-fs.md) ^1.0.2
- [go-plugin-cli](https://npm.io/package/go-plugin-cli.md) ^2.0.0
- [go-plugin-quiz](https://npm.io/package/go-plugin-quiz.md) ^4.0.0
- [go-plugin-templates](https://npm.io/package/go-plugin-templates.md) ^1.0.0

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 3.0.1 (latest) — 2018-10-24
- 3.0.0 — 2018-08-11
- 3.0.0-rc.5 — 2018-01-31
- 3.0.0-rc.4 — 2018-01-30
- 3.0.0-rc.3 — 2018-01-23
- 3.0.0-rc.2 — 2018-01-23
- 3.0.0-rc.1 — 2018-01-23
- 3.0.0-rc.0 — 2018-01-22
- 2.0.2 — 2017-03-13
- 2.0.1 — 2017-03-13
- 2.0.0 — 2017-02-21
- 0.0.1-security — 2016-03-23
- 1.0.0 — 2016-03-22
- 0.0.1 — 2013-11-26
- 0.0.0 — 2013-11-25

## README

# go

[![npm](https://img.shields.io/npm/v/go.svg?style=flat-square)](https://www.npmjs.com/package/go)
[![Travis](https://img.shields.io/travis/gocli/go.svg?style=flat-square)](https://travis-ci.org/gocli/go)
[![Coveralls](https://img.shields.io/coveralls/github/gocli/go.svg?style=flat-square)](https://coveralls.io/github/gocli/go)
[![Vulnerabilities](https://snyk.io/test/github/gocli/go/badge.svg?style=flat-square)](https://snyk.io/test/github/gocli/go)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-green.svg?style=flat-square)](https://github.com/gocli/go)
[![Waffle](https://badge.waffle.io/gocli/go.svg?columns=In%20progress,Backlog&style=flat-square)](https://waffle.io/gocli/go)

Go is the toolset to manage boilerplates with less effort.

## Usage

Go can be used in 2 ways:

### Load and install boilerplate

```bash
$ npm install --global go
$ go git git@github.com:gocli/boilerplate-example.git
```

To create and use your own boilerplates, refer to [documentation](http://gocli.io) or check the list of [community driven boilerplates](http://gocli.io/boilerplates).

### Run local commands

```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](http://gocli.io/#gofile).

#### 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
```

## Go Lang

It works well with [Go programming language](https://golang.org). In case you have any issues read [troubleshooting page](http://gocli.io/golang).

## License

MIT © [Stanislav Termosa](https://github.com/termosa)

---
_Source: https://npm.io/package/go · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
