1.0.2 • Published 5 years ago

express-creator v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

SS.png

  • Name
  • Port
  • Nodemon
  • BodyParser (Express version)
  • Limit CORS to specific domain
  • dotenv
  • Add:
    • Helmet (description)
    • Morgan (description)
    • Monk (description)
      • DB_USERNAME
      • DB_PASSWORD
      • DB_URL
      • DB_COLLECTION (array)
  • Routes
  • Session
  • Passport