circy / generator-restapi

Yeoman generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-restapi

A small but nice generator. For express and MongoDB. He is well suited fo Restfull Api projects.

Getting Started

Install Yeoman

npm install -g yo

Yeoman Generators

Yeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension.

To install generator-restapi from npm, run:

npm install -g generator-restapi

Finally, initiate the generator:

yo restapi

To add a route to the Customize Project. execute them this command

yo restapi:route theNameofTheRoute

License

Sebastian Kreissl (c) 2015

MIT

About

Yeoman generator

License:MIT License


Languages

Language:JavaScript 100.0%