1. 14
    1. 3

      I have a few repositories where this will be handy. I always forget to update the sample until someone asks me a question about something that’s not in there.

      Thanks for making this and putting it out there.

      1. 2

        It’s great to hear at least one other will find it useful.

        I tend to forget to document any details about environment variables, and because .env is always in .gitignore, as soon as I add entries, they tend to be forgotten.

        The next step for this project is to ease integration with native git hooks so pre-commit is not required. But I’d also like to integrate it with other hook managers as well.