Skip to content
forked from pnpm/pacquet

experimental package manager for node.js

Notifications You must be signed in to change notification settings

steveklabnik/pacquet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

  • 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 86.0%
  • Just 14.0%