A yeoman generator for harvester.js API projects
- Install:
npm install -g generator-harvesterjs
- Run:
yo harvesterjs
yo harvesterjs
shows a wizard for scaffolding a new harvesterjs API
Scaffolds out a complete project directory structure for you:
.
├── app
│ ├── api.js
│ ├── config.js
│ ├── index.js
│ └── models
│ ├── comment.js
│ ├── person.js
│ └── post.js
├── package.json
└── test
└── add_resource.spec.js
MIT