Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamd3vil/asdf-doggo
Asdf plugin for doggo
https://github.com/iamd3vil/asdf-doggo
Last synced: 9 days ago
JSON representation
Asdf plugin for doggo
- Host: GitHub
- URL: https://github.com/iamd3vil/asdf-doggo
- Owner: iamd3vil
- License: mit
- Created: 2022-06-12T16:40:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T17:05:22.000Z (over 2 years ago)
- Last Synced: 2024-04-19T20:58:31.621Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-doggo
[doggo](https://github.com/mr-karan/doggo) 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.
# Install
Plugin:
```shell
asdf plugin add doggo
# or
asdf plugin add doggo https://github.com/iamd3vil/asdf-doggo.git
```doggo:
```shell
# Show all installable versions
asdf list-all doggo# Install specific version
asdf install doggo latest# Set a version globally (on your ~/.tool-versions file)
asdf global doggo latest# Now doggo commands are available
doggo --version
```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/iamd3vil/asdf-doggo/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Sarat Chandra](https://github.com/iamd3vil/)