Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ameausoone/asdf-ls-lint
Asdf plugin for ls-lint tool
https://github.com/ameausoone/asdf-ls-lint
Last synced: 14 days ago
JSON representation
Asdf plugin for ls-lint tool
- Host: GitHub
- URL: https://github.com/ameausoone/asdf-ls-lint
- Owner: Ameausoone
- License: mit
- Created: 2023-12-20T09:50:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T04:17:15.000Z (4 months ago)
- Last Synced: 2024-10-04T18:41:29.586Z (about 1 month ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-ls-lint [![Build](https://github.com/ameausoone/asdf-ls-lint/actions/workflows/build.yml/badge.svg)](https://github.com/ameausoone/asdf-ls-lint/actions/workflows/build.yml) [![Lint](https://github.com/ameausoone/asdf-ls-lint/actions/workflows/lint.yml/badge.svg)](https://github.com/ameausoone/asdf-ls-lint/actions/workflows/lint.yml)
[ls-lint](https://ls-lint.org/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
# Install
Plugin:
```shell
asdf plugin add ls-lint
# or
asdf plugin add ls-lint https://github.com/ameausoone/asdf-ls-lint.git
```ls-lint:
```shell
# Show all installable versions
asdf list-all ls-lint# Install specific version
asdf install ls-lint latest# Set a version globally (on your ~/.tool-versions file)
asdf global ls-lint latest# Now ls-lint commands are available
ls-lint -h
```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/ameausoone/asdf-ls-lint/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Antoine Meausoone](https://github.com/ameausoone/)