0.0.3 • Published 9 years ago
express_project_boilerplate v0.0.3
Express Project Creator
A simple boilerplate setup for Express projects
I like to create simple projects and a simple directory structure works for me. So, I made this basic project creator to setup a simple directory structure for getting started in Express.
To install run npm install express_project_boilerplate -g
After installed navigate to the directory where you will store your project
and run exproboil
giving it an argument for the name of your project
Once it's done you'll want to cd
into the directory and run npm init
to get started