mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-01 19:35:22 -04:00
docs(readme): correct some information (#139)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user