Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weihomechen/ku
https://github.com/weihomechen/ku
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/weihomechen/ku
- Owner: weihomechen
- Created: 2020-09-08T09:06:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T09:13:05.000Z (over 4 years ago)
- Last Synced: 2025-01-17T11:11:24.375Z (25 days ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iku
## 说明
一个酷酷的命令行工具
## 功能特性
- 生成页面或组件
```sh
# ku g# type: page | comp
ku g page Page1
ku g comp Comp1
```## 安装
```sh
npm i @ifun/ku -g
```## 目录
- `bin`作为工具的命令行入口,只负责识别命令、整合参数给具体的执行者
- `lib`聚焦于单一功能点,完成具体的功能
- `config`存储配置
- `sh`放置执行脚本