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

Console Progress Printout Lib #8

Open PressJump opened 10 months ago

PressJump commented 10 months ago

For this project I want to create a custom console progress indicator without using a third party lib for the purpose of tracking package downloads. The objective is to optimize it much as possible and to not use libs that can bloat the project without meaning to which will in theory save time, even if the improvement may and most likely will be minimal. Due to this I believe a local solution would be more effective not including the benefit and fun of learning how to work with/strangle rust. 😄