seven-cli
v0.1.6
Published
A front-end build tool 前端构建工具
Downloads
6
Readme
A front-end build tool 前端构建工具
Installation
runtime environment
- Node.js 4+
- npm 3+
How to use
install seven-cli
$ npm i seven-cli -g
Step 1. create a project
$ seven init my-project
$ cd my-project
Step 2. start developing
$ seven dev
Step 3. production
$ seven build
Step 3. lint
$ seven lint