Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/canrau/asdf-ni
@antfu/ni plugin for the asdf version manager
https://github.com/canrau/asdf-ni
asdf asdf-plugin bun npm package-manager pnpm yarn
Last synced: 4 days ago
JSON representation
@antfu/ni plugin for the asdf version manager
- Host: GitHub
- URL: https://github.com/canrau/asdf-ni
- Owner: CanRau
- License: mit
- Created: 2024-01-24T11:59:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T00:35:17.000Z (7 months ago)
- Last Synced: 2024-04-29T01:35:11.705Z (7 months ago)
- Topics: asdf, asdf-plugin, bun, npm, package-manager, pnpm, yarn
- Language: Shell
- Homepage: https://github.com/antfu/ni
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-ni [![Build](https://github.com/CanRau/asdf-ni/actions/workflows/build.yml/badge.svg)](https://github.com/CanRau/asdf-ni/actions/workflows/build.yml) [![Lint](https://github.com/CanRau/asdf-ni/actions/workflows/lint.yml/badge.svg)](https://github.com/CanRau/asdf-ni/actions/workflows/lint.yml)
[ni](https://github.com/antfu/ni) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [asdf-ni ](#asdf-ni--)
- [Contents](#contents)
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [Inspiration](#inspiration)
- [License](#license)# Dependencies
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
# Install
Plugin:
```shell
asdf plugin add ni https://github.com/CanRau/asdf-ni.git
```ni:
```shell
# Show all installable versions
asdf list-all ni# Install specific version
asdf install ni latest# Set a version globally (on your ~/.tool-versions file)
asdf global ni latest# Now ni commands are available
ni --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/CanRau/asdf-ni/graphs/contributors)!
# Inspiration
The following plugins were of great help understanding how to get asdf-ni working
- [asdf-pnpm](https://github.com/jonathanmorley/asdf-pnpm)
- [asdf-golang](https://github.com/asdf-community/asdf-golang)# License
See [LICENSE](LICENSE) © [CanRau](https://github.com/CanRau/)