Experimental package manager for node.js written in rust.
TODO:
- Tarball installation & extraction
- Install all dependencies of a package
- Update package.json
- Create a shrink file like
pnpm-lock.json
orpackage-lock.json
Commands:
- add:
cargo run -- add fast-querystring
- flags...
- remove
- run
Disclaimer: This is mostly a playground for me to learn Rust and understand how package managers work.