Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 220 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 220 Bytes

candyjs-cli

CLI to create candyjs basic program

Usage

$ # 安装依赖
$ npm install -g @candyjs/cli
$
$ # 运行
$ candyjs-cli

Run Project

$ cd <project-name>
$ npm install
$ npm run start