Skip to content

nodeGame/nodegame-generator

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

nodeGame' game generator.

NPM Version NPM Downloads Linux Build

Installation

$ npm install -g nodegame-generator

Quick 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@com

Update configuration file:

$ nodegame update-conf

Command 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 directory

Kudos

Originally based on a fork of Express Generator.

License

MIT