github: https://github.com/weidian-inc/bio-cli
npm: https://www.npmjs.com/package/bio-cli
Attention: Mac only for now
What is bio-cli ?
bio is a command cli tool for:
- creating project demo files
- compiling project without configuring
- stylelint / eslint
- local mock

Installation
Node.js(>= 8.9.1)
https://nodejs.org/en/download/
bio-cli
[sudo] npm install bio-cli -g
Quick Start
make a blank directory
demomkdir demo cd demoinit project of different types
bio init vue: initvueprojectbio init react: initreactprojectbio init pure: init project of other types
run task
dev-dailybio run dev-daily
TODO
- add unitests
- CI
- complex demos
Contributors
LICENSE
MIT