views-cli
v0.1.0
Published
一个前端视图工具
Downloads
3
Readme
views-cli
一个前端视图工具
Installation
With npm do:
npm install -g views-cli
Usage
$ views -h
Usage: views [options] [command]
Commands:
init [dir] initialize a front view
Options:
-h, --help output usage information
-V, --version output the version number
Create A Project
$ views init app-name
Initialize A Project
$ cd app-name && views init
Test
$ npm run test
License
this repo is released under the MIT License.