A really simple express app generator
npm install express-gen
npm install -g express-gen
`
Usage
1. Create a folder that has the same name as the app that you want to generate.
2. Navigate to the folder in the terminal and run the following command
`
express-gen
``