A front-end build tool 前端构建工具


Keywords
cli, npm
License
MIT
Install
npm install seven-cli@0.1.6

Documentation

Downloads Version License

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