Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.