express-server-generator

1.1.1 • Public • Published

A generator for Express basic server which creates folders and files for the routes, controllers and models.

To build this we've used:

How to use it :

npm i -g express-server-generator to install it globally

Or use npx if you have it installed:

npx express-server-generator

From the folder where you want to create a new express server run esg and provide a name for the project, brief description and author name.

Then enter the folder with your new project where you will see the file/folders structure and some starter code.


(c) Barcelona Code School, MIT License

Package Sidebar

Install

npm i express-server-generator

Weekly Downloads

2

Version

1.1.1

License

ISC

Unpacked Size

325 kB

Total Files

13

Last publish

Collaborators

  • gk3000