express-creator

1.0.2 • Public • Published

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

  • [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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i express-creator

    Weekly Downloads

    1

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    11.9 kB

    Total Files

    6

    Last publish

    Collaborators

    • nesci