DAI-Lab / cookiecutter-pypackage

DAI Lab's adaptation of cookiecutter-pypackage
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Add D3-AI in the list of possible github_orgnames #18

Closed csala closed 5 years ago

csala commented 5 years ago

Right now only "HDI-Project", "DAI-Lab" or the user's own GitHub Username are listed as available options.

micahjsmith commented 5 years ago

For other special cases, can overwrite the options: https://cookiecutter.readthedocs.io/en/latest/advanced/choice_variables.html?highlight=extra%20context%20choice#overwriting-default-choice-values

Example, create ./custom.yaml

default_context:
    github_orgname: "foo"

And invoke with cookiecutter --config-file ./custom.yaml gh:DAI-Lab/cookiecutter-pypackage