General purpose package version manager
pom list ruby --remote / -r
pom list ruby [ --local ]
pom install ruby -v 2.7
pom install ruby -v 3.0
pom install ruby -v head
pom install jruby -v 10.0
pom install node
pom use ruby -v 3.4
pom use nodeTODO: Write development instructions here
- Fork it (https://github.com/initdc/pom/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- initdc - creator and maintainer