Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/komi1230/asdf-atlas
https://github.com/komi1230/asdf-atlas
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/komi1230/asdf-atlas
- Owner: komi1230
- License: apache-2.0
- Created: 2024-07-17T07:06:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T11:26:17.000Z (6 months ago)
- Last Synced: 2024-07-18T09:06:57.867Z (6 months ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-atlas [![Build](https://github.com/komi1230/asdf-atlas/actions/workflows/build.yml/badge.svg)](https://github.com/komi1230/asdf-atlas/actions/workflows/build.yml) [![Lint](https://github.com/komi1230/asdf-atlas/actions/workflows/lint.yml/badge.svg)](https://github.com/komi1230/asdf-atlas/actions/workflows/lint.yml)
[atlas](https://atlasgo.io/) 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 atlas
# or
asdf plugin add atlas https://github.com/komi1230/asdf-atlas.git
```atlas:
```shell
# Show all installable versions
asdf list-all atlas# Install specific version
asdf install atlas latest# Set a version globally (on your ~/.tool-versions file)
asdf global atlas latest# Now atlas commands are available
atlas 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/komi1230/asdf-atlas/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Yusuke Kominami](https://github.com/komi1230/)