Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericcornelissen/asdf-yamllint
An asdf plugin for yamllint
https://github.com/ericcornelissen/asdf-yamllint
asdf yamllint
Last synced: about 4 hours ago
JSON representation
An asdf plugin for yamllint
- Host: GitHub
- URL: https://github.com/ericcornelissen/asdf-yamllint
- Owner: ericcornelissen
- License: mit
- Created: 2023-01-14T15:47:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T20:29:34.000Z (2 days ago)
- Last Synced: 2024-11-14T21:21:01.165Z (2 days ago)
- Topics: asdf, yamllint
- Language: Shell
- Homepage:
- Size: 123 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# `asdf-yamllint`
An [asdf] plugin for [yamllint].
[asdf]: https://asdf-vm.com
[yamllint]: https://github.com/adrienverge/yamllint## Installation
```sh
asdf plugin add yamllint
```or
```sh
asdf plugin add yamllint https://github.com/ericcornelissen/asdf-yamllint
```## Usage
```sh
asdf install yamllint 1.29.0
```## Prerequisites
To be able to use this plugin you need at least the following:
- Either `python3` or `python`
- Either `shasum` or `sha256sum`
- Unix utilities: `awk`, `bash`, `command`, `cp`, `curl`, `dirname`, `jq`,
`mkdir`, `rm`, `sed`, `sort`, and `tar`## License
This source code is available under the MIT license, see [LICENSE] for the full
license text. The documentation contents are available under the [CC BY 4.0]
license.[cc by 4.0]: https://creativecommons.org/licenses/by/4.0/
[license]: ./LICENSE