是一款组件库编写组件开发工具 应用组件 执行远程代码访问、基本组件开发构建、demo示例的生成。
$ npm install ac-tools -g或者ynpm install ac-tools -g 或cnpm install ac-tools -g
$ mkdir app && cd app
$ ac-tools init
ynpm 、cnpm 安装见最底下
稍等片刻安装结束后,输入下面命令来确定是否安装成功:
$ ac-tools
Usage :
1. ac-tools init Generate best application component project
2. ac-tools h Help
3. ac-tools v Version
4. ac-tools sample Producing example Engineering
5. ac-tools md README.md documents are translated into HTML to be published on git IO
OK,到此成功。
ac-tools
来快速创建一个应用组件:$ cd app
$ ac-tools init
Start development server.
$ npm run dev
After writing a good example.
$ ac-tools sample
After writing README.md documents.
$ ac-tools md
项目根目录,使用以下命令完成对应功能。
命令5会有一分钟的延时,请耐心等待。
# | Scripts 脚本命令 | Description 功能描述 |
---|---|---|
1 | ac-tools -h | api 查询 |
2 | ac-tools -v | 版本查询 |
3 | ac-tools init | 下载模板项目 |
4 | ac-tools sample | 编写demo时,需要生成示例代码 |
5 | ac-tools md | README.md文档转化成html发布到git io上 |
##其他
公司内网通过使用ynpm
,实现快速下载包,减少下载等待时间。详情请 点击
$ npm install ynpm-tool -g # 安装内部NPM工具
$ ynpm install ac-tools -g # 安装 ac-tools 速度飞快在内网下
你可以使用淘宝定制的 cnpm (gzip 压缩支持) 命令行工具代替默认的 npm:
$ npm install -g cnpm --registry=https://registry.npm.taobao.org
$ cnpm install ac-tools -g