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

https://github.com/mr-destructive/quick-setup-scripts


https://github.com/mr-destructive/quick-setup-scripts

Last synced: about 1 year ago
JSON representation

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.