Skip to content

Backup of my standard python boilerplate code and files

Notifications You must be signed in to change notification settings

D-H0f/python_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This adds my preferred python boilerplate clode and logging config to whatever directory it's cloned into. Make sure you're in the directory you want to populate, then copy/paste this into your terminal:

git clone https://github.com/D-H0f/python_boilerplate . &&\
rm -rf ./.git ./README.md &&\
python3 ./main.py

If you want to use this as a quick terminal command, add the following to your .bashrc:

alias populate-python-boilerplate='git clone https://github.com/D-H0f/python_boilerplate . && rm -rf ./.git ./README.md && python3 ./main.py'

About

Backup of my standard python boilerplate code and files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages