Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(config): allows user to read the cookiecutterrc file from various locations #1483

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jan 1, 2021

  1. feat(config): allows user to read the cookiecutterrc file from variou…

    …s locations
    
    This allows the ``cookiecutterrc`` file to be read from multiple places:
    
    1) Environ variable ``${COOKIECUTTER_USER_CONFIG_PATH}``
    2) ``${XDG_CONFIG_HOME}/cookiecutter/cookiecutterc``
    3) ``${XDG_CONFIG_HOME}/cookiecutterrc``
    4) ``${HOME}/.cookiecutterrc``
    
    This allows the program to be more conform with the XDG standard.
    
    Related: See also cookiecutter#1355, which has similar ideas for the cache
    (``cookiecutters`` and ``cookiecutter_replay`` folders)
    pgierz committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    a1e17b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1f4a55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05fee49 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    c5b7822 View commit details
    Browse the repository at this point in the history