An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## rcli

`rcli` 通过命令行的交互方式,通过输入 `组件名` 和选择 `组件类型`,来生成 `react` 组件。

### 安装

```shell
npm i -g hileix-rcli
```

### 使用

```shell
rcli

```

## changelog

- 1.0.0:可在当前目录生成 `类组件` 和 `函数组件`。