Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 614 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 614 Bytes

cookiecutter-python

Cookiecutter template for a Python lib/script

inspired by https://github.com/audreyfeldroy/cookiecutter-pypackage

Usage

from repo checkout:

cookiecutter --no-input gh:nazarewk-iac/cookiecutter-python project_name=crowdstrike-falcon-installer project_short_description='Helps with installing CrowdStrike' has_{cli,scripting,http}=y

from local checkout:

cookiecutter --no-input ~/dev/github.com/nazarewk-iac/cookiecutter-python project_name=crowdstrike-falcon-installer project_short_description='Helps with installing CrowdStrike' has_{cli,scripting,http}=y