https://github.com/pnpm/pn
This is an experimental wrapper over the pnpm CLI written in Rust
https://github.com/pnpm/pn
Last synced: 2 months ago
JSON representation
This is an experimental wrapper over the pnpm CLI written in Rust
- Host: GitHub
- URL: https://github.com/pnpm/pn
- Owner: pnpm
- License: mit
- Created: 2021-05-04T12:01:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T14:25:19.000Z (7 months ago)
- Last Synced: 2025-04-19T08:06:42.240Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 113 KB
- Stars: 104
- Watchers: 20
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pn
This is an experimental wrapper over the pnpm CLI that aims to make pnpm faster, see [related discussion](https://github.com/pnpm/pnpm/discussions/3419).
## Development
Compile:
```
cargo build
```Run the compiled bin:
```
./target/debug/pn --help
```## License
MIT