generator-express-api-stub
v2.0.5
Published
Express Based API Stub with all the modules configured (MySQL, Mongo, Sequelize, Routes, Controllers, Models, DAO)
Downloads
36
Readme
generator-express-api-stub
Express Based API Stub
Installation
First, install Yeoman and generator-express-api-stub using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-express-api-stub
To Update the already installed generator
npm update generator-express-api-stub -g
Then generate your new project:
yo express-api-stub
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
MIT © Siddharth Srivastava