Skip to content

Instantly share code, notes, and snippets.

@VaughnDV
Created February 7, 2019 21:47
Show Gist options
  • Save VaughnDV/7404a65045b20ea19480e6e8f1a21aa7 to your computer and use it in GitHub Desktop.
Save VaughnDV/7404a65045b20ea19480e6e8f1a21aa7 to your computer and use it in GitHub Desktop.
flask restplus server example setup
#!/bin/bash
read -r -p 'Name of flask-restplus-server-example >>> ' var
printf '%q\n' "$var"
mkdir ""$var
cd "$var"
git clone https://github.com/frol/flask-restplus-server-example.git
python -m venv venv
source venv/bin/activate
mv flask-restplus-server-example/* .
pwd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment