asdf-outdated

Version, currently master branch1 version
  • master branchlatestDec 15, 2022

github.com/mjochimsen/asdf-outdated

No description declared in shard.yml.

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  asdf-outdated:
    github: mjochimsen/asdf-outdated
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.27.0
License
MIT
Author
Michael Jochimsen
Target
  • asdf-outdated from src/outdated.cr
Executable
  • asdf-outdated

Dependencies

This version declares no dependencies.

README

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

  1. Fork it (https://github.com/mjochimsen/asdf-outdated/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors