Skip to content

Instantly share code, notes, and snippets.

@filipwodnicki
Created February 23, 2021 20:24
Show Gist options
  • Save filipwodnicki/f5b4a5223246b76551d116bfffa30b8b to your computer and use it in GitHub Desktop.
Save filipwodnicki/f5b4a5223246b76551d116bfffa30b8b to your computer and use it in GitHub Desktop.
Create a new library with cookie cutter
# install CC
brew install cookiecutter
# make a new library
cookiecutter gh:ionelmc/cookiecutter-pylibrary
# run through config again
cookiecutter --overwrite-if-exists --config-file=<rendered_template>/.cookiecutterrc gh:ionelmc/cookiecutter-pylibrary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment