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
demo
mkdir demo cd demo
init project of different types
bio init vue
: initvue
projectbio init react
: initreact
projectbio init pure
: init project of other types
run task
dev-daily
bio run dev-daily
TODO
- add unitests
- CI
- complex demos
Contributors
LICENSE
MIT