iphaser-cli
v1.0.1
Published
CLI for generate a game templete by Phaser.
Maintainers
Readme
iphaser-cli
CLI for generate a Phaser.js project. You can also use this to view documents, version 2 or version 3.
Installation
Prerequisites: Node.js (>=6.x, 8.x preferred), npm version 4+ and Git.
$ npm install -g iphaser-cliUsage
$ iphaser create <template-name> [project-name]Example
$ iphaser create phaser2 my-projectTemplate list
$ iphaser listYou 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
Docs
$ iphaser docs <version>You can view the document from the above command
