carolynvs / magex

Helper methods for Magefiles
MIT License
32 stars 7 forks source link

Allow installing into local directory #8

Closed carolynvs closed 2 years ago

carolynvs commented 2 years ago

Right now we always install into the GOPATH/bin directory so that people can immediately use the installed binaries. But that can cause contention between projects and the version that they require. Installing into a local directory, such as ./tools/, would allow each project to have their own copies which they can make accessible by adding it to the PATH.

carolynvs commented 2 years ago

Implemented in #27