github.com/mjochimsen/asdf-outdated
master / published Dec 15, 2022 / repository
asdf-outdated
Show a list of the adsf installed
versions, with notations for those which are outdated.
Installation
You'll need the crystal toolchain installed to build this tool. See the
Crystal installation docs
for help.
Once the toolchain is installed, run:
crystal build src/outdated.cr
Usage
To get a list of installed version, with notations for those which are outdated, run:
asdf-outdated [plugin]
If no plugin is specified, then all installed plugins are assumed.
Contributing
- Fork it (https://github.com/mjochimsen/asdf-outdated/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
Contributors
- Michael Jochimsen - creator and maintainer