https://github.com/technikhil314/asdf-pnpm
Pnpm plugin for asdf version manager
https://github.com/technikhil314/asdf-pnpm
asdf asdf-plugin asdf-vm plugin plugin-repo plugins pnpm pnpm-version version-manager
Last synced: 3 months ago
JSON representation
Pnpm plugin for asdf version manager
- Host: GitHub
- URL: https://github.com/technikhil314/asdf-pnpm
- Owner: technikhil314
- License: mit
- Created: 2022-03-26T12:59:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T13:07:21.000Z (about 3 years ago)
- Last Synced: 2025-02-28T09:01:53.221Z (3 months ago)
- Topics: asdf, asdf-plugin, asdf-vm, plugin, plugin-repo, plugins, pnpm, pnpm-version, version-manager
- Language: Shell
- Homepage: https://github.com/technikhil314/asdf-pnpm
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-pnpm [](https://github.com/technikhil314/asdf-pnpm/actions/workflows/build.yml) [](https://github.com/technikhil314/asdf-pnpm/actions/workflows/lint.yml)
[pnpm](https://pnpm.io/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Why?](#why)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add pnpm https://github.com/technikhil314/asdf-pnpm.git
```pnpm:
```shell
# Show all installable versions
asdf list-all pnpm# Install specific version
asdf install pnpm latest# Set a version globally (on your ~/.tool-versions file)
asdf global pnpm latest# Now pnpm commands are available
pnpm --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/technikhil314/asdf-pnpm/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Nikhil Mehta](https://github.com/technikhil314/)