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

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

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