0.1.6 • Published 6 years ago

seven-cli v0.1.6

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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