PkgTemplates.jl
PkgTemplates.jl copied to clipboard
Add direnv support as an opt-in?
I often add the following configuration file (.envrc
) to a package repository in order to activate a
package-local environment using direnv:
.envrc:
export JULIA_PROJECT=@.
I know this is not so widely used but I think it would be nice to have it as an opt-in feature of package generation. If you like the idea, I'm happy to create a pull request.
This could be a plugin, but I don't recommend opening a PR until I get around to finishing up #61.
Okay, thank you for your comment.