A small but nice generator. For express and MongoDB. He is well suited fo Restfull Api projects.
npm install -g yo
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.
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
Sebastian Kreissl (c) 2015
MIT