Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 679 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 679 Bytes

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