DEV Community

Discussion on: In-depth of tnpm rapid mode - how we managed to be 10 second faster than pnpm

Collapse
 
atian25 profile image
TZ | 天猪 • Edited

cnpm isn’t trying to be the replacement to the existing package managers. We have always been an enterprise-ready solution for building an on-premise private registry. We don’t recommend developers to use cnpm cli without that specific need. pnpm and yarn are good enough, and I really like pnpm, thanks for your work.

Last week, we were told pnpm had experimented utilizing FUSE. We believed the experiment was still in an early stage as it didn’t support tree command; JS binding could be improved by other solutions, such as nybus native implementation.

npmfs is a package manager agnostic tool by design. We hope it benefits not only tnpm but also all the package managers that the community loves.

If the community recognizes the solution we propose, we are happy to welcome other widely accepted package managers to work together to improve and use npmfs module alone. Please stay tuned for npmfs to be open source!

Thread Thread
 
zkochan profile image
Zoltan Kochan

merge it to pnpm :-)

Thread Thread
 
zkochan profile image
Zoltan Kochan

@atian is npmfs open source or not yet?

Thread Thread
 
bb010g profile image
bb010g

@zkochan I believe github.com/cnpm/rapid is the repository, licensed under MIT.