Skip to content
forked from pnpm/pacquet

experimental package manager for node.js

Notifications You must be signed in to change notification settings

metcoder95/pacquet

Repository files navigation

pacquet

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 or package-lock.json

Commands:

  • init: cargo run -- init
  • 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.

About

experimental package manager for node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 84.2%
  • JavaScript 12.3%
  • Just 3.5%