1.0.1 • Published 6 years ago

iphaser-cli v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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-cli

Usage

$ iphaser create <template-name> [project-name]

Example

$ iphaser create phaser2 my-project

Template list

$ 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

Docs

$ iphaser docs <version>

You can view the document from the above command

License

MIT