DEV Community

Discussion on: Flat node_modules is not the only way

Collapse
 
jvanbruegge profile image
Jan van Brügge

We (the maintainers of Cycle.js) are currently migrating from yarn to pnpm. Our main motivation:

  • written in Typescript
  • recursive commands (especially recursive link for using our examples as end-2-end tests)
  • fast installs due to linking not copying

I am currently redoing our complete tooling and it allows us to throw away our Makefile and a lot of custom ad-hoc scripts.
Thanks for writing such a good piece of tooling!

Collapse
 
zkochan profile image
Zoltan Kochan

Awesome! I really like Cycle.js!

If you have any issues or need some features, feel free to write in our chatroom or create new issues in the repo.