coolui-cli

1.5.0 • Public • Published

coolui-cli

A cli for coolui~

一个快速生成项目的插件

项目结构

.
├── bin           //命令配置
├── README.md     //说明文档
├── index.js      //主入口
├── src           //功能文件
├── package.json  //包信息
└── test          //测试用例

Install

$ npm i coolui-cli -g

Useage

目前只支持小程序,其他项目陆续加入

  • 创建项目: coolui i [你的项目名称] 自动创建站点文件夹,自动安装依赖

  • 创建页面: coolui -p [你的页面名称] 自动创建页面所需文件

  • 创建组件: coolui -c [你的组件名称] 自动创建组件所需文件

  • 创建接口: coolui -a [你的接口名称] 自动创建接口所需文件

License

Licensed under MIT

Copyright (c) 2019-2020 wzs

Package Sidebar

Install

npm i coolui-cli

Weekly Downloads

58

Version

1.5.0

License

MIT

Unpacked Size

42 kB

Total Files

23

Last publish

Collaborators

  • wzs28150