1.0.1 • Published 2 years ago

sawaneh1_create-project v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

create-express

This is a boiler plate for an express project. It saves the pain of starting your node express project by creating all the necessary files to get your started. It has basic registration and login created with the model and route in place. It also initialise git for you.

To install run:

npm install create-express

Usage:

Run :

   create-express –git –install

the –git is the flag for initialise git and –install is for install all the dependances for you.

If you don't want to initialise git yet just remove the flag like this:

create-express  –install

If you don’t want to install the dependencies yet or wish to install with something esle rather just remove –install