1.0.0 • Published 4 years ago

uim-cli v1.0.0

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

uim-cli

A simple CLI for creating your project.

Installation

npm install uim-cli -g

Usage

Open your terminal and type uim or uim -h , you'll see the help infomation below:

  Usage: uim <command>


  Commands:

    add       Add a new template #添加一个模版
    delete    Delete a template #删除一个模版
    list      List all the templates #展示模版列表
    init      Generate a new project #根据特定模版创建项目

  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.

License

借鉴 https://juejin.im/post/5c94fef7f265da60fd0c15e8#heading-14

MIT.