Skip to content

mise-plugins/mise-jless

Repository files navigation

mise-jless Build Lint

jless plugin for the mise version manager.

Contents

Dependencies

  • bash, curl, zip, awk: generic POSIX utilities.

Install

Plugin:

mise plugin install jless
# or
mise plugin install jless https://github.com/yasn77/mise-jless.git

jless:

# Show all installable versions
mise ls-remote jless

# Install specific version
mise install jless@<VERSION>

# Set a version globally (on your ~/.tool-versions file)
mise global jless@<VERSION>

# Now jless commands are available
jless -V

Check mise getting started for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Yasser Saleemi