generator-arrowjs
v0.1.10
Published
ArrowJS generator
Keywords
Readme
ArrowJS generator
Yeoman generator for ArrowJS
Usage
Install yo and generator-arrowjs:
$ npm install -g yo generator-arrowjsSetup a new project
$ yo arrowjsFeature scaffold
Generates an simple feature
Example:
$ cd my-project
$ yo arrowjs:feature my-featureIf you choose use model, then the feature will be an simple API with GET, POST, PUT, DELETE methods.
Run your app and go to /myfeature/apis to view all apis.
Useful links
License
The MIT License (MIT)
