https://github.com/sheldonhull/asdf-azure-cli
Plugin for asdf to install the azure-cli
https://github.com/sheldonhull/asdf-azure-cli
Last synced: about 1 year ago
JSON representation
Plugin for asdf to install the azure-cli
- Host: GitHub
- URL: https://github.com/sheldonhull/asdf-azure-cli
- Owner: sheldonhull
- License: mit
- Created: 2022-01-11T18:17:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:24:44.000Z (over 2 years ago)
- Last Synced: 2025-04-01T11:03:41.857Z (about 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-plugin-template [](https://github.com/asdf-vm/asdf-plugin-template/actions/workflows/build.yml) [](https://github.com/asdf-vm/asdf-plugin-template/actions/workflows/lint.yml)
This is an [asdf-vm plugin](https://asdf-vm.com/#/plugins-create) template with CI to run [Shellcheck](https://github.com/koalaman/shellcheck) and testing with the [asdf test GitHub Action](https://github.com/asdf-vm/actions).
## Usage
1. Create repository based on [this template](https://github.com/asdf-vm/asdf-plugin-template/generate)
2. Clone locally and run `bash setup.bash`.
3. Adapt your code following the `TODO` notes on `lib/utils.bash`.
4. For developing your plugin further, please read [the plugins create section of the docs](https://asdf-vm.com/#/plugins-create).
>A feature of this plugin-template when hosted on GitHub is the use of [release-please](https://github.com/googleapis/release-please), an automated release tool. It leverages [Conventional Commit messages](https://www.conventionalcommits.org/) to determine semver release type, see the [documentation](https://github.com/googleapis/release-please).
## Contributing
Contributions welcome!
1. Install `asdf` tools
```shell
asdf plugin add shellcheck https://github.com/luizm/asdf-shellcheck.git
asdf plugin add shfmt https://github.com/luizm/asdf-shfmt.git
asdf install
```
2. Develop!
3. Lint & Format
```shell
./scripts/shellcheck.bash
./scripts/shfmt.bash
```
4. PR changes