1.0.6 • Published 1 year ago

@barisr/express-generator v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Express-Generator

this is a express generator cli tool that will create a new express project ready to use after the installation just use the command 'express-generator' and follow the instructions.

Features

  • Folders:
    • controllers middleware routes utils
  • Files:
    • .prettierrc .env .gitignore index.js (basefile) package.json

Inside The Files

  • a basic error handling middleware
  • index route
  • a try-catch util function for cleaner controllers
  • a basic package.json file with my most used libraries

Support

For support, email Bar@BarIsraeli.com .

Authors

Run

Run express-generator with npm

  npx @barisr/express-generator
  then cd into the folder and run npm i
1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago