diff --git a/pacquet/README.md b/pacquet/README.md index 1978d0967a..a59d9ecfeb 100644 --- a/pacquet/README.md +++ b/pacquet/README.md @@ -2,14 +2,15 @@ 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 - [x] `.npmrc` support (for supported features [readme.md](./crates/npmrc/README.md)) - [x] CLI commands (for supported features [readme.md](./crates/cli/README.md)) - [x] Content addressable file store support - [ ] Shrink-file support in sync with `pnpm-lock.yml` + - [x] Frozen lockfile + - [ ] Update outdated lockfile + - [ ] Creating lockfile - [ ] Workspace support - [ ] Full sync with [pnpm error codes](https://pnpm.io/errors) - [ ] Generate a `node_modules/.bin` folder