generator-restify-api

1.0.1 • Public • Published

Restify API Generator

Yeoman generator for creating a basic boilerplate restify based RESTful API. Powered by Node and MongoDb with https and CORS.

It uses NPM scripts as a task runner, ESLint for code linting and Mocha/Chai as test framework.

The app is a Procfile-based application powered by foreman.

Prerequisites

  • Node - Download and install node.js
  • MongoDB - Download and install MongoDB - You'll need mongoDB to be installed and have the mongod process running.

Installation

First, install Yeoman and generator-restify-api using npm.

npm install -g yo
npm install -g generator-restify-api

Then generate your new project:

yo restify-api

License

BSD license

Dependencies (6)

Dev Dependencies (13)

Package Sidebar

Install

npm i generator-restify-api

Weekly Downloads

0

Version

1.0.1

License

Apache-2.0

Last publish

Collaborators

  • benj0s