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

Add support for symlinks #934

Closed
wants to merge 8 commits into from
Closed

Commits on Jul 7, 2021

  1. Add support for symlinks in cookiecutter templates for posix systems

     - Support copying symlinks as symlinks for both rendered and
    non-rendered directories
     - Support symlinks that link to a rendered directory
     - Support symlinks that get rendered
    pjbull committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    deb99f0 View commit details
    Browse the repository at this point in the history
  2. Update tests

    pjbull committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    bc980cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f38fa9 View commit details
    Browse the repository at this point in the history
  4. lint

    pjbull committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    00e9722 View commit details
    Browse the repository at this point in the history
  5. add back missing line

    pjbull committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    348781c View commit details
    Browse the repository at this point in the history
  6. Update docstrings and linting

    pjbull committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    e04f6b4 View commit details
    Browse the repository at this point in the history
  7. passing tests

    pjbull committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    52bea80 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. remove python 3.8 feature

    pjbull committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    ae4d1ee View commit details
    Browse the repository at this point in the history