dooboo-cli
=========
Important
You should use dooboo-cli
from version 1.1.0
because there was a movement of codes in this version which won't work as expected in previous version. This will be fixed for now.
Installation
npm install -g dooboo-cli
Usage
Usage: dooboo [source file]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
init init boilerplate of dooboo generated app.
start start the project
test run test for your project
screen <c> generate screen component.
shared <c> generate shared component.
model <c> generate model class.
store <c> generate store class.
api <c> generate file for api call format.
Preview

Contribution
TODO