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

https://github.com/parthasdey2304/expressapp-generator

This is a terminal script that allows you get an Express App template!
https://github.com/parthasdey2304/expressapp-generator

Last synced: 12 months ago
JSON representation

This is a terminal script that allows you get an Express App template!

Awesome Lists containing this project

README

          

# Pre-requisites
## Git
You need to install Github in Debian based:
```
sudo apt install git -y
```

You need to install Github in Arch based:
```
sudo pacman -Sy --noconfirm git
```

# Installation
+ First clone the Github Repo :
```
git clone https://github.com/parthasdey2304/expressapp-generator.git
```

+ Open the repository :
```
cd expressapp-generator
```

+ Make the **setup.sh** file executable :
```
chmod +x setup.sh
```

+ Run the **setup.sh** file :
```
./setup.sh
```

# Usage
+ Type **express** and see the script do all the magic for you...
```
express
```

+ For any information regarding the script after installation type..
```
express -h
```
OR
```
express --help
```

# Uninstalling
+ Locate to the directory with the expressapp-generator
+ Make the **remove.sh** file executable..
```
chmod +x remove.sh
```
+ Run the **remove.sh** file..
```
./remove.sh
```

# Directory Structure
```
.
|-- index.js
|-- node_modules/
|-- package-lock.json
|-- package.json
|-- public
`-- views
`-- index.ejs

4 directories, 4 files
```
# Screenshots
+ ## Installation
![image](https://github.com/parthasdey2304/expressapp-generator/assets/131694386/3cdc3633-37f2-4471-8054-214714a66102)

+ ## Uninstalling
![image](https://github.com/parthasdey2304/expressapp-generator/assets/131694386/97c493df-b6cb-4cbe-96ad-cdf3c44457f5)

+ ## Usage
![image](https://github.com/parthasdey2304/expressapp-generator/assets/131694386/fdf6db08-ab1a-409f-9b90-a10ad1c8996f)

# Contributing
We welcome contributions from the community! We welcome your contributions to improve the project. If you'd like to contribute to expressapp-generator, please read the following guidelines on how to contribute:
+ Fork the repository and create a new branch for your changes.
+ Make your changes to the code.
+ Test your changes thoroughly.
+ Commit your changes with a clear and descriptive message.
+ Push your changes to your fork.
+ Create a pull request and wait for me to verify and then merge it to the main branch.

# THANK YOU COMMUNITY!!!!