https://github.com/lark-org/lark-cli
https://github.com/lark-org/lark-cli
cli react react-scripts
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lark-org/lark-cli
- Owner: lark-org
- Created: 2020-04-02T11:15:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-15T02:41:15.000Z (7 months ago)
- Last Synced: 2025-01-02T19:21:05.118Z (6 months ago)
- Topics: cli, react, react-scripts
- Language: TypeScript
- Homepage: http://dev.douni.one/
- Size: 1.77 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# LARK-CLI
- 可用于快速创建`react`项目,提供控制台、移动端、普通网页项目模版
- 集成 CRA,可快速构建开发`react`项目## Installation
```sh
npm install -g @lark-org/lark-cli
# or
yarn add --global @lark-org/lark-cli
```## Usage
```js
lark create
``````js
lark start
``````js
lark build
```