CLI for generate a game templete by Phaser.
npm install iphaser-cliCLI for generate a Phaser.js project. You can also use this to view documents, version 2 or version 3.
Prerequisites: Node.js (>=6.x, 8.x preferred), npm version 4+ and Git.
``bash`
$ npm install -g iphaser-cli
`bash`
$ iphaser create
`bash`
$ iphaser create phaser2 my-project
`bash`
$ iphaser list
You can view the latest template list with the above command
Now, you have two templates to choose from
- phaser2 - A template based on phaser2.6.2 + webpack + es6
- phaser3 - A template based on phaser3 + webpack + es6
`bash``
$ iphaser docs
You can view the document from the above command