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

https://github.com/candyframework/candyjs-cli


https://github.com/candyframework/candyjs-cli

Last synced: 22 days ago
JSON representation

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
```