PkgTemplates.jl icon indicating copy to clipboard operation
PkgTemplates.jl copied to clipboard

Add direnv support as an opt-in?

Open bicycle1885 opened this issue 5 years ago • 2 comments

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.

bicycle1885 avatar Mar 28 '19 05:03 bicycle1885

This could be a plugin, but I don't recommend opening a PR until I get around to finishing up #61.

christopher-dG avatar Mar 29 '19 14:03 christopher-dG

Okay, thank you for your comment.

bicycle1885 avatar Mar 30 '19 03:03 bicycle1885