starkers / asdf-kcl

kcl installation via asdf-vm
Apache License 2.0
1 stars 4 forks source link
# asdf-kcl [![Build](https://github.com/starkers/asdf-kcl/actions/workflows/build.yml/badge.svg)](https://github.com/starkers/asdf-kcl/actions/workflows/build.yml) [![Lint](https://github.com/starkers/asdf-kcl/actions/workflows/lint.yml/badge.svg)](https://github.com/starkers/asdf-kcl/actions/workflows/lint.yml) [kcl](https://kcl-lang.io) plugin for the [asdf version manager](https://asdf-vm.com).

Contents

Dependencies

You also need compatible hardware/OS:

Install

Plugin:

asdf plugin add kcl
# or
asdf plugin add kcl https://github.com/starkers/asdf-kcl.git

kcl:

# Show all installable versions
asdf list-all kcl

# Install specific version
asdf install kcl latest

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

# Now kcl commands are available
kcl --version

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Credits for the amazing kcl-lang to:

KCL contributors

License

See LICENSE © David Stark