nodegame-generator
v7.0.0
Published
NodeGame' game generator
Maintainers
Readme
nodeGame' game generator.
Installation
$ npm install -g nodegame-generatorQuick Start
The quickest way to get started with nodeGame is to utilize the executable nodegame(1) to generate a new game as shown below:
Create the game:
$ nodegame create-game /tmp/mygame myname myemail@comUpdate configuration file:
$ nodegame update-confCommand Line Options
This generator can also be further configured with the following command line flags.
-h, --help output usage information
-V, --version output the version number
--git add .gitignore
-f, --force force on non-empty directoryKudos
Originally based on a fork of Express Generator.
