https://github.com/hileix/rcli
通过命令行创建 rect component
https://github.com/hileix/rcli
cli react react-cli
Last synced: 8 months ago
JSON representation
通过命令行创建 rect component
- Host: GitHub
- URL: https://github.com/hileix/rcli
- Owner: hileix
- License: mit
- Created: 2018-12-10T07:38:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T20:28:40.000Z (over 6 years ago)
- Last Synced: 2024-11-14T08:37:42.353Z (about 1 year ago)
- Topics: cli, react, react-cli
- Language: JavaScript
- Homepage:
- Size: 230 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## rcli
`rcli` 通过命令行的交互方式,通过输入 `组件名` 和选择 `组件类型`,来生成 `react` 组件。
### 安装
```shell
npm i -g hileix-rcli
```
### 使用
```shell
rcli
```
## changelog
- 1.0.0:可在当前目录生成 `类组件` 和 `函数组件`。