1.0.0 • Published 6 years ago

ecaray-cli v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

ecaray-cli

Installation

npm install ecaray-cli -g

Usage

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

  Usage: ecaray <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

ecaray add

  1. Set the custom name of the template: pro-marge(自定义模板)
  2. Owner/name of the template: wqb2017/projects-marge(github 模板)
  3. Branch of the template: master(选中的分支)

ecaray init

  1. Template name: pro-marge(初始化自定义模板)
  2. Project name: qianqianjinfu(创建项目名称)
  3. Where to init the project: ./ (创建项目存储地址)

ecaray delete

  1. Which template you want to delete: pro-marge(删除模板)