dry-box
v0.1.3-alpha
Published
cli for building models, curd and services easily
Downloads
3
Readme
dry-box (Don't Repeat Yourself Box)
an express app builder in cli
npm install -g dry-box
Usage
//for application
dry-box app <App-name>
//for model
dry-box model <Model-name>
//for service
dry-box service <Service-name>