0.3.0 • Published 10 years ago
generator-harvesterjs v0.3.0
generator-harvesterjs
A yeoman generator for harvester.js API projects
Getting started
- Install:
npm install -g generator-harvesterjs - Run:
yo harvesterjs
Commands
yo harvesterjsshows 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
