express-creator
v1.0.2
Published
Generates an Express App easily with some options (MongoDB, Morgan, Helmet, etc.)
Downloads
2
Maintainers
Readme
Express App Generator
Save hundred of thousands of hours (ok just kidding...) but some documentation research here and there and some time, for a tedious job which is creating a new Express App with the necessary dependancies. This CLI tool will ask you the questions and generate an App depending on the answers.
to install: npm install -g express-creator
command to run: ec || express-creator
- [x] Name
- [x] Port
- [x] Nodemon
- [x] BodyParser (Express version)
- [x] Limit CORS to specific domain
- [x] dotenv
- [x] Add:
- [x] Helmet (description)
- [x] Morgan (description)
- [x] Monk (description)
- [x] DB_USERNAME
- [x] DB_PASSWORD
- [x] DB_URL
- [x] DB_COLLECTION (array)
- [x] Routes
- [ ] Session
- [ ] Passport