https://github.com/mr-destructive/quick-setup-scripts
https://github.com/mr-destructive/quick-setup-scripts
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mr-destructive/quick-setup-scripts
- Owner: Mr-Destructive
- Created: 2021-11-17T15:24:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T16:41:00.000Z (about 4 years ago)
- Last Synced: 2025-01-29T20:37:25.978Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick Setup Scripts
### A curated collection of shellscripts to automate the setup of frameworks.
The following is the list of scripts available currently:
1. [Django Basic setup](https://github.com/Mr-Destructive/quick-setup-scripts/blob/main/django.sh)
2. [Django + Aut0 Basic Setup](https://github.com/Mr-Destructive/quick-setup-scripts/blob/main/django_auth0.sh)
3. [Flask Basic Setup](https://github.com/Mr-Destructive/quick-setup-scripts/blob/main/flask.sh)
4. [Nodejs Barebones server](https://github.com/Mr-Destructive/quick-setup-scripts/blob/main/nodejs.sh)
5. [Svelte template Setup](https://github.com/Mr-Destructive/quick-setup-scripts/blob/main/svelte.sh)
6. [FastAPI basic Setup](https://github.com/Mr-Destructive/quick-setup-scripts/blob/main/fastapi.sh)
To run any of the scripts just enter the following command:
```
bash scriptname projectname
```
### Example:
If you are setting up a `NodeJs` server, you can enter the command as,
```
bash nodejs.sh myproj
```
Here `myproj` can be your project name.