yonaskolb / Mint

A package manager that installs and runs executable Swift packages
MIT License
2.27k stars 122 forks source link

Added the option to link the packages of a mintfile globally #137

Closed acecilia closed 5 years ago

acecilia commented 5 years ago

Solves https://github.com/yonaskolb/Mint/issues/136.

The new flag added is -l or --link.

Usage: mint bootstrap --link.

For the next major version it may be good to align what is the default behaviour. At the moment:

acecilia commented 5 years ago

@yonaskolb would it be possible to get a new release with this change? (I would like to consume it using brew) Thanks!