Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heyitsuzair/express-setup
π» A CLI To Setup Express/Nodejs Server
https://github.com/heyitsuzair/express-setup
cli cli-app expressjs mongodb mongoose nodejs
Last synced: 26 days ago
JSON representation
π» A CLI To Setup Express/Nodejs Server
- Host: GitHub
- URL: https://github.com/heyitsuzair/express-setup
- Owner: heyitsuzair
- License: mit
- Created: 2023-03-06T20:54:38.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T21:17:10.000Z (almost 2 years ago)
- Last Synced: 2024-01-22T22:54:36.679Z (11 months ago)
- Topics: cli, cli-app, expressjs, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## πexpressjs-setup
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
## Features
- MongoDB
- Mongoose
- Nodemon## Installation
Install the CLI globally. If you are windows user, run your command prompt/terminal as administrator. If you are macOS user, add sudo before the following command.
```bash
npm i -g @heyitsuzair/express-setup
```
## UsageEnter the following in your terminal where you want to initialize app:
```bash
new-express-app my-app
```
The CLI will install express/node js setup to your Desired Directory
![Image](https://github.com/heyitsuzair/express-setup/blob/master/img/cli-img.PNG "Image")