Created
April 24, 2017 12:50
-
-
Save ltpitt/16920836c5ed5e68c148f428fcc9fb6e to your computer and use it in GitHub Desktop.
Easily create python command line tools using cookie cutter templates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# You need pipsi or pip to proceed. Once that is sorted... | |
pip install cookiecutter. | |
# Go in preferred folder | |
cd ~/Desktop | |
# Start cookiecutter using python cli tool template | |
cookiecutter https://github.com/ltpitt/cookiecutter-python-cli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment