0.0.4 • Published 6 years ago

goman v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

G (aka Goman)

G (aka Goman) is a faster implemenation of yeoman.

sudo npm install -g goman

cli usage

g [generator] [options]

Built-in generators

Creating a generator

Goman generators have go- prefix.

npm install -g go-your-new-generator

than call

g your-new-generator

The prefix can be changed by updating ~/.g/.g.config.json

{
  "prefix": "go"
}