gamontal / generator-restmen

⚠️ This repository is no longer maintained. :hammer: Scaffold out a barebones REST API that uses MongoDB, Express.js, and NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-restmen Build Status

Scaffold out a barebones REST API that uses MongoDB, Express.js, and NodeJS

This is what I use for my own modules.

Install

$ npm install --global generator-restmen

Usage

Create a new directory and enter inside of it:

$ mkdir some-app && cd some-app

Run the generator:

$ yo restmen

License

MIT @ Gabriel Montalvo

About

⚠️ This repository is no longer maintained. :hammer: Scaffold out a barebones REST API that uses MongoDB, Express.js, and NodeJS

License:MIT License


Languages

Language:JavaScript 100.0%