0.2.0 • Published 6 years ago

pokemon-jsapi-cli v0.2.0

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

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 number

Note that if you are using MacOS, sudo was required while using commands add and delete.

Commands

add | a

添加模版

$ pokemon add

list | l

展示所有模版

$ pokemon list

init | i

创建项目

$ pokemon init

delete | d

删除模版

$ pokemon delete

License

MIT.