generator-harvesterjs

Yeoman generator

Usage no npm install needed!

<script type="module">
  import generatorHarvesterjs from 'https://cdn.skypack.dev/generator-harvesterjs';
</script>

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

NPM

Build Status Coverage Status Dependency status Code Climate