Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
Show a list of the adsf
installed
versions, with notations for those which are outdated.
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
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.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)