Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/komi1230/asdf-atlas


https://github.com/komi1230/asdf-atlas

Last synced: about 2 months ago
JSON representation

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/)