Skip to content

Instantly share code, notes, and snippets.

@ltpitt
Created April 24, 2017 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ltpitt/16920836c5ed5e68c148f428fcc9fb6e to your computer and use it in GitHub Desktop.
Save ltpitt/16920836c5ed5e68c148f428fcc9fb6e to your computer and use it in GitHub Desktop.
Easily create python command line tools using cookie cutter templates
# 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