https://github.com/jonathanmorley/asdf-pnpm
asdf plugin for pnpm
https://github.com/jonathanmorley/asdf-pnpm
asdf mise nix
Last synced: 5 months ago
JSON representation
asdf plugin for pnpm
- Host: GitHub
- URL: https://github.com/jonathanmorley/asdf-pnpm
- Owner: jonathanmorley
- License: apache-2.0
- Created: 2020-04-25T13:00:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-12-30T23:15:00.000Z (5 months ago)
- Last Synced: 2025-12-31T19:58:28.308Z (5 months ago)
- Topics: asdf, mise, nix
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 93
- Watchers: 1
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-pnpm
[](https://github.com/jonathanmorley/asdf-pnpm/actions)
[pnpm][2] plugin for the [asdf][1] version manager.
## Requirements
Supported platforms:
- Macos on ARM
- Linux on x86-64
- Linux on ARM
### Utilities
The following utilities are required:
- `bash`
- `curl`
- `grep`
- `cut`
- `sort`
- `xargs`
- `tar`
- `ln`
## Installing
```
asdf plugin add pnpm
```
or for asdf \<0.16.0:
```
asdf plugin-add pnpm
```
## Testing
Use the following commands to run tests for all supported architectures (`--all-systems` does not appear to work correctly for this):
```
nix flake check --system aarch64-darwin --impure
nix flake check --system aarch64-linux --impure
nix flake check --system x86_64-linux --impure
```
[1]: https://asdf-vm.com/
[2]: https://pnpm.io/