1.0.8 • Published 2 years ago

super-express-cli v1.0.8

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

SuperExpress CLI

Create Express Apps with MVC Folder Structure: A Command Line Tool

GitHub license Npm package total downloads Npm package version

Usage

npm install super-express-cli

Screenshot (213)

once installed, you can just run the following command from your command-line.

npx start-express-server

Screenshot (215)

The Above command will create an MVC directory structure for your application

Screenshot (214)

And than just run your server.js file which will serve the express server.

node server.js

You are now ready to Hack !

Contributing

  1. Install node.
  2. Clone this repository $ gh repo clone NaNshekhar04/super-express-cli.
  3. Install dependencies $ npm install.
  4. Start Hacking!

Feel free to contribute to the repo. Just make sure you Open an Issue first before raising the Pull Request!

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago