0.0.0 • Published 4 years ago

evue-cli v0.0.0

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

aha Logo

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 and delete的时候.

协议

MIT.