evue-cli
v0.0.0
Published
A simple CLI for creating your projects
Downloads
1
Readme
aha
脚手架工具
安装
npm install svue-cli -g
或者
git clone https://github.com/svue-cli.git
cd aha && npm install
npm link
使用
在终端中输入 evue
or evue -h
, 可以看到帮助信息
Usage: aha <command>
Commands:
add|a 新增一个模板,注意,此地址不是clone地址,规则应该是 [github/gitlab/Bitbucket]:[账户名]/[仓库名]
list|l 现有模板列表
init|i 生成项目
delete|d 删除模板
Options:
-h, --help output usage information
-V, --version output the version number
备注如果使用的
MacOS
,sudo
权限是必须的在使用命令add
anddelete
的时候.
协议
MIT.