Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luizm/asdf-shellcheck
shellcheck plugin for asdf version manager https://github.com/asdf-vm/asdf
https://github.com/luizm/asdf-shellcheck
asdf asdf-shellcheck shell-script shellcheck
Last synced: 13 days ago
JSON representation
shellcheck plugin for asdf version manager https://github.com/asdf-vm/asdf
- Host: GitHub
- URL: https://github.com/luizm/asdf-shellcheck
- Owner: luizm
- License: mit
- Created: 2019-05-01T01:12:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T14:10:01.000Z (3 months ago)
- Last Synced: 2024-10-25T03:21:44.783Z (21 days ago)
- Topics: asdf, asdf-shellcheck, shell-script, shellcheck
- Language: Shell
- Size: 32.2 KB
- Stars: 25
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-shellcheck
![Build Status](https://github.com/luizm/asdf-shellcheck/actions/workflows/build.yml/badge.svg)
[shellcheck](https://github.com/koalaman/shellcheck) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager.
For more informations about the [asdf usage](https://asdf-vm.com/#/core-commands).
## Add plugin
```
asdf plugin add shellcheck https://github.com/luizm/asdf-shellcheck.git
```## Install
```
asdf install shellcheck 0.7.0
```