https://github.com/asdf-community/asdf-ktlint
ktlint plugin for the asdf version manager [maintainer=@esensar]
https://github.com/asdf-community/asdf-ktlint
asdf asdf-plugin
Last synced: 4 months ago
JSON representation
ktlint plugin for the asdf version manager [maintainer=@esensar]
- Host: GitHub
- URL: https://github.com/asdf-community/asdf-ktlint
- Owner: asdf-community
- License: mit
- Created: 2021-11-16T13:11:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-11T02:29:41.000Z (8 months ago)
- Last Synced: 2025-11-11T04:19:12.438Z (8 months ago)
- Topics: asdf, asdf-plugin
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 40 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# asdf-ktlint [](https://github.com/esensar/asdf-ktlint/actions/workflows/build.yml) [](https://github.com/esensar/asdf-ktlint/actions/workflows/lint.yml)
[ktlint](https://ktlint.github.io/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Why?](#why)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
- `java` - just like [asdf-kotlin](https://github.com/asdf-community/asdf-kotlin), this requires java, [asdf-java](https://github.com/halcyon/asdf-java) can be used
# Install
Plugin:
```shell
asdf plugin add ktlint
# or
asdf plugin add ktlint https://github.com/esensar/asdf-ktlint.git
```
ktlint:
```shell
# Show all installable versions
asdf list-all ktlint
# Install specific version
asdf install ktlint latest
# Set a version globally (on your ~/.tool-versions file)
asdf global ktlint latest
# Now ktlint commands are available
ktlint --help
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/esensar/asdf-ktlint/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Ensar Sarajčić](https://github.com/esensar/)