generator-harvesterjs
v0.3.0
Published
Yeoman generator
Downloads
4
Readme
generator-harvesterjs
A yeoman generator for harvester.js API projects
Getting started
- Install:
npm install -g generator-harvesterjs
- Run:
yo harvesterjs
Commands
yo harvesterjs
shows a wizard for scaffolding a new harvesterjs API
What do you get?
Scaffolds out a complete project directory structure for you:
.
├── app/
│ ├── index.js
│ ├── api.js
│ ├── config.js
│ └── models/
├── .editorconfig
├── .gitignore
├── .jshintrc
├── LICENSE
├── package.json
└── test/
License
MIT