1.0.2 • Published 3 years ago
mtao-cli v1.0.2
mtao-cli
A simple CLI for creating your project.
Installation
npm install mtao-cli -gUsage
Open your terminal and type mtao or mtao -h , you'll see the help infomation below:
Usage: mtao <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创建项目
mtao add 添加模板 mtao delete 删除模板 mtao list 查看模板列表 mtao init 模板名称 文件名
Note that if you are using
MacOS,sudowas required while using commandsaddanddelete.