generator-restful-api

0.5.1 • Public • Published

generator-restful-api NPM version

Installation

First, install Yeoman and generator-restful-api using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-restful-api

Then generate your new project:

yo restful-api

structure

 
|-app.js
 
|-config.js
 
|-readme.md
 
|-.gitignore
 
|-routers/
 
|-utils/
 
    |-db.js
        
    |-middleware.js
 
|-test/
 
    |-util/
    
    |-routers/
 

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.

License

© karboom

Package Sidebar

Install

npm i generator-restful-api

Weekly Downloads

2

Version

0.5.1

License

MIT

Last publish

Collaborators

  • karboom