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.
- Tarball installation & extraction
- Install all dependencies of a package
- Update package.json
- Create a shrink file like
pnpm-lock.json
orpackage-lock.json
- Workspace support
-
.npmrc
support
-
init
-
add <pkg>
-
install
-
update
-
remove
-
audit
-
list
-
outdated
-
why
-
licenses
-
run
-
test
-
exec
TRACE=pacquet_tarball cargo run -- add fastify