I like dnvm, and I use it to manage my .NET installations. It would be easier for me to use if I could install it via Homebrew/brew bundle.
The first step would be to create a homebrew tap in the dn-vm org. This would be something like dn-vm/homebrew-dnvm .
This would allow dnvm to be installed with any of the following methods:
brew tap dn-vm/dnvm && brew install dnvm
brew install dn-vm/dnvm/dnvm
brew bundle, with the following Brewfile contents:
tap "dn-vm/dnvm"
brew "dnvm"
For more details: see "How to Create and Maintain a Tap".
I like
dnvm, and I use it to manage my .NET installations. It would be easier for me to use if I could install it via Homebrew/brew bundle.The first step would be to create a homebrew tap in the
dn-vmorg. This would be something likedn-vm/homebrew-dnvm.This would allow
dnvmto be installed with any of the following methods:brew tap dn-vm/dnvm && brew install dnvmbrew install dn-vm/dnvm/dnvmbrew bundle, with the following Brewfile contents:For more details: see "How to Create and Maintain a Tap".