super-express-cli
v1.0.8
Published
super-express-cli is a powerful command-line tool that simplifies the process of creating new Express.js applications. With just a few simple commands, you can generate a new application with a basic file structure and pre-configured settings, including m
Downloads
14
Maintainers
Readme
SuperExpress CLI
Create Express Apps with MVC Folder Structure: A Command Line Tool
Usage
npm install super-express-cli
once installed, you can just run the following command from your command-line.
npx start-express-server
The Above command will create an MVC directory structure for your application
And than just run your server.js file which will serve the express server.
node server.js
You are now ready to Hack !
Contributing
- Install node.
- Clone this repository
$ gh repo clone NaNshekhar04/super-express-cli
. - Install dependencies
$ npm install
. - Start Hacking!
Feel free to contribute to the repo. Just make sure you Open an Issue first before raising the Pull Request!