https://github.com/mokshit06/pnpm-rust
WIP port of pnpm in rust. This project isn't functional as of now
https://github.com/mokshit06/pnpm-rust
Last synced: 2 months ago
JSON representation
WIP port of pnpm in rust. This project isn't functional as of now
- Host: GitHub
- URL: https://github.com/mokshit06/pnpm-rust
- Owner: Mokshit06
- Created: 2022-01-28T09:01:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T07:08:27.000Z (over 3 years ago)
- Last Synced: 2025-01-29T17:11:23.649Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 354 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pnpm
Rewrite of pnpm in rust.
## Packages
- [ ] artifacts
- [ ] audit
- [ ] build-modules
- [ ] cafs
- [ ] calc-dep-state
- [x] cli-meta
- [ ] cli-utils
- [x] client
- [ ] command
- [ ] common-cli-options-help
- [ ] config
- [x] constants
- [ ] core
- [ ] core-loggers
- [ ] default-reporter
- [x] default-resolver
- [ ] dependencies-hierarchy
- [ ] dependency-path
- [ ] directory-fetcher
- [ ] error
- [ ] exe
- [ ] exportable-manifest
- [x] fetch
- [ ] fetcher-base
- [ ] fetching-types
- [ ] file-reporter
- [ ] filter-lockfile
- [ ] filter-workspace-packages
- [x] find-packages
- [ ] find-workspace-dir
- [x] find-workspace-packages
- [x] get-context
- [ ] git-fetcher
- [x] git-resolver
- [ ] global-bin-dir
- [x] graceful-fs
- [ ] headless
- [ ] hoist
- [ ] lifecycle
- [ ] link-bins
- [ ] list
- [x] local-resolver
- [x] lockfile-file
- [ ] lockfile-to-pnp
- [x] lockfile-types
- [x] lockfile-utils
- [ ] lockfile-walker
- [ ] make-dedicated-lockfile
- [ ] manifest-utils
- [ ] matcher
- [x] merge-lockfile-changes
- [ ] modules-cleaner
- [ ] modules-yaml
- [ ] mount-modules
- [ ] normalize-registries
- [ ] npm-registry-agent
- [x] npm-resolver
- [ ] outdated
- [ ] package-bins
- [ ] package-is-installable
- [ ] package-requester
- [ ] package-store
- [ ] parse-cli-args
- [ ] parse-overrides
- [ ] parse-wanted-dependency
- [ ] pick-registry-for-package
- [ ] pkgs-graph
- [ ] plugin-commands-audit
- [ ] plugin-commands-env
- [ ] plugin-commands-installation
- [ ] plugin-commands-listing
- [ ] plugin-commands-outdated
- [ ] plugin-commands-publishing
- [ ] plugin-commands-rebuild
- [ ] plugin-commands-script-runners
- [ ] plugin-commands-server
- [ ] plugin-commands-setup
- [ ] plugin-commands-store
- [x] pnpm
- [ ] pnpmfile
- [ ] prepare-package
- [ ] prune-lockfile
- [ ] read-modules-dir
- [x] read-package-json
- [ ] read-project-manifest
- [ ] read-projects-context
- [ ] real-hoist
- [ ] remove-bins
- [ ] render-peer-issues
- [ ] resolve-dependencies
- [ ] resolve-workspace-range
- [ ] resolver-base
- [ ] run-npm
- [ ] server
- [x] sort-packages
- [x] store-connection-manager
- [ ] store-controller-types
- [ ] symlink-dependency
- [ ] tarball-fetcher
- [x] tarball-resolver
- [x] types
- [ ] which-version-is-pinned
- [x] write-project-manifest