nodeGame' command line interface (cli).
$ npm install -g nodegame-cliThe executable nodegame(1) exposes the following commands:
Creates a new game folder:
$ nodegame create-game /tmp/mygame myname myemail@comUpdate configuration file:
$ nodegame update-conftodo
todo
todo
todo
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 directory
Initially Based on a fork of Express Generator.