Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fnando/asdf-stellar-cli
Stellar CLI plugin for asdf version manager
https://github.com/fnando/asdf-stellar-cli
asdf asdf-plugin soroban stellar
Last synced: 11 days ago
JSON representation
Stellar CLI plugin for asdf version manager
- Host: GitHub
- URL: https://github.com/fnando/asdf-stellar-cli
- Owner: fnando
- License: mit
- Created: 2024-11-14T20:15:43.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-14T20:30:51.000Z (about 1 month ago)
- Last Synced: 2024-12-06T07:16:41.331Z (16 days ago)
- Topics: asdf, asdf-plugin, soroban, stellar
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-stellar-cli [![Build](https://github.com/fnando/asdf-stellar-cli/actions/workflows/build.yml/badge.svg)](https://github.com/fnando/asdf-stellar-cli/actions/workflows/build.yml) [![Lint](https://github.com/fnando/asdf-stellar-cli/actions/workflows/lint.yml/badge.svg)](https://github.com/fnando/asdf-stellar-cli/actions/workflows/lint.yml)
[stellar-cli](https://github.com/stellar/stellar-cli) 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 stellar https://github.com/fnando/asdf-stellar-cli.git
```stellar-cli:
```shell
# Show all installable versions
asdf list-all stellar# Install specific version
asdf install stellar latest# Set a version globally (on your ~/.tool-versions file)
asdf global stellar latest# Now stellar-cli commands are available
stellar --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/fnando/asdf-stellar-cli/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Nando Vieira](https://github.com/fnando/)