ztgame-cli
v1.1.8
Published
基于node的脚手架工具
Downloads
4
Readme
ztgame-cli
Installation
Prerequisites: Node.js (>=6.x, 8.x preferred), npm version 3+ and Git.
$ npm install ztgame-cli -g
Usage
$ ztgame init
Example:
$ ztgame init my-project
$ cd my-project
$ npm install
$ npm start
Publish to npm
$ npm publish