https://github.com/candyframework/candyjs-cli
https://github.com/candyframework/candyjs-cli
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/candyframework/candyjs-cli
- Owner: candyframework
- Created: 2022-07-24T07:55:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T07:42:45.000Z (over 3 years ago)
- Last Synced: 2025-03-05T20:55:27.969Z (over 1 year ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## candyjs-cli
CLI to create candyjs basic program
## Usage
```
$ # 安装依赖
$ npm install -g @candyjs/cli
$
$ # 运行
$ candyjs-cli
```
## Run Project
```
$ cd
$ npm install
$ npm run start
```