Skip to content
forked from pnpm/pacquet

experimental package manager for node.js

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

richerfu/pacquet

 
 

Repository files navigation

pacquet

Experimental package manager for node.js written in rust.

Disclaimer: This is mostly a playground for me to learn Rust and understand how package managers work.

TODO

  • .npmrc support (for supported features readme.md)
  • CLI commands (for supported features readme.md)
  • Content addressable file store support
  • Shrink-file support in sync with pnpm-lock.yml
  • Workspace support
  • Full sync with pnpm error codes
  • Generate a node_modules/.bin folder
  • Add CLI report

Debugging

TRACE=pacquet_tarball just cli add fastify

About

experimental package manager for node.js

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 92.9%
  • JavaScript 4.8%
  • Just 1.5%
  • Shell 0.8%