ponylang/corral

Add install command support

damon-kwok opened this issue · 2 comments

It is similar to cargo's install command

  • install Install a Pony binary. Default location is $HOME/.corral/bin
  • uninstall Uninstall a Pony binary
cargo install ripgrep
corral install jylis
corral install pony-tags

Starting from a very simple place, how would corral find things to install?

Why would we make a dependency and build tool become a tool for installing applications?

Closing as this is out of scope for corral at this time. We have ponyup for installing applications.