Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```
## Usage

Enter 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")