Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dex4er/asdf-nsc
nsc plugin for asdf
https://github.com/dex4er/asdf-nsc
asdf hacktoberfest
Last synced: 11 days ago
JSON representation
nsc plugin for asdf
- Host: GitHub
- URL: https://github.com/dex4er/asdf-nsc
- Owner: dex4er
- License: mit
- Created: 2023-01-16T20:23:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T14:06:52.000Z (about 1 year ago)
- Last Synced: 2024-10-28T09:02:15.977Z (about 2 months ago)
- Topics: asdf, hacktoberfest
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-nsc
[![CI](https://github.com/dex4er/asdf-nsc/actions/workflows/ci.yml/badge.svg)](https://github.com/dex4er/asdf-nsc/actions/workflows/ci.yml)
[NSC](https://github.com/nats-io/nsc) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager.
NSC is a tool for creating NATS account and user access configurations.
## Prerequisites
- jq (only if `GITHUB_API_TOKEN` environment variable is used)
- unzip## Install
```shell
asdf plugin-add nsc https://github.com/dex4er/asdf-nsc.git
asdf install nsc latest
asdf global nsc latest
```## Use
Check out the [asdf](https://github.com/asdf-vm/asdf) readme for instructions.