pokemon-jsapi-cli
v0.2.0
Published
For creating your Jsapi demo projects
Readme
POKEMON
A light tool for creating your Jsapi demo projects.
Installation
npm install pokemon-cli -g
Usage
终端输入 pokemon 或者 pokemon -h , 获取帮助:
Usage: pokemon <command>
Commands:
add|a Add a new template
list|l List all the templates
init|i Generate a new project
delete|d Delete a template
Options:
-h, --help output usage information
-V, --version output the version numberNote that if you are using
MacOS,sudowas required while using commandsaddanddelete.
Commands
add | a
添加模版
$ pokemon add
list | l
展示所有模版
$ pokemon list
init | i
创建项目
$ pokemon init
delete | d
删除模版
$ pokemon delete
License
MIT.
