https://github.com/godtamit/asdf-cosmo-router
Cosmo router plugin for the asdf version manager.
https://github.com/godtamit/asdf-cosmo-router
asdf asdf-plugin cosmo graphql graphql-federation graphql-router router wundergraph
Last synced: 2 months ago
JSON representation
Cosmo router plugin for the asdf version manager.
- Host: GitHub
- URL: https://github.com/godtamit/asdf-cosmo-router
- Owner: GodTamIt
- License: apache-2.0
- Created: 2024-08-28T23:58:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T01:12:10.000Z (9 months ago)
- Last Synced: 2025-02-11T17:55:12.241Z (4 months ago)
- Topics: asdf, asdf-plugin, cosmo, graphql, graphql-federation, graphql-router, router, wundergraph
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-cosmo-router
[](https://github.com/GodTamIt/asdf-cosmo-router/actions/workflows/build.yml) [](https://github.com/GodTamIt/asdf-cosmo-router/actions/workflows/lint.yml)
[cosmo-router](https://wundergraph.com/router-gateway) 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 cosmo-router
# or
asdf plugin add cosmo-router https://github.com/GodTamIt/asdf-cosmo-router.git
```cosmo-router:
```shell
# Show all installable versions
asdf list-all cosmo-router# Install specific version
asdf install cosmo-router latest# Set a version globally (on your ~/.tool-versions file)
asdf global cosmo-router latest# Now cosmo-router commands are available
router --help
```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/GodTamIt/asdf-cosmo-router/graphs/contributors)!
# License
Licensed under the [Apache License, Version 2.0](LICENSE).