/asdf-janet

Janet plugin for asdf version manager

Primary LanguageShellMIT LicenseMIT

asdf-janet Build Lint

janet plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • meson, ninja: generating build configuration.
  • gcc/Visual Studio: compiling source code.

Install

asdf-janet will automatically install JPM from master branch. You disable JPM installation by setting environment variable JPM_REF to space(JPM_REF="").

Plugin:

asdf plugin add janet
# or
asdf plugin add janet https://github.com/Jakski/asdf-janet.git

janet:

# Show all installable versions
asdf list-all janet

# Install specific version
asdf install janet latest

# Set a version globally (on your ~/.tool-versions file)
asdf global janet latest

# Now janet commands are available
janet -v

This plugin supports ref based installation. You can get latest Janet commit with: asdf install janet ref:master.

Check asdf readme 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 © Jakub Pieńkowski