PressJump / qnpm

Quick Node Package Manager. A Node Package Manager written in Rust, made for but not yet achieved speed.
MIT License
0 stars 0 forks source link

Add "add" Command #1

Open PressJump opened 10 months ago

PressJump commented 10 months ago

Add command for adding packages. List below made for tracking purposes.

Basic Functionality:

Quality of life and Speed related changes:

PressJump commented 10 months ago

Another important functionality that is outside of the list above is letting the user define the version of the package to get.

PressJump commented 10 months ago

I believe "Faster alternative to current package decoding" should be a issue within itself and not attached to this as this issue should only cover the logical addition of the command "add" and not theoretical optimizations. Items like "Multi-threaded package extractions" and "Multi-threaded package downloads" do not count in this list as they are crucial functions that was planned to be added since the start.