FoalTS / foal

Full-featured Node.js framework, with no complexity. 🚀 Simple and easy to use, TypeScript-based and well-documented.
https://foalts.org/
MIT License
1.88k stars 137 forks source link

Package manager selection when installing foal #1265

Open lcnvdl opened 1 month ago

lcnvdl commented 1 month ago

Nowadays there are more and more package managers for node. A VERY GOOD one (and popular) is "pnpm" (performant npm). It would be very nice to have support for this package manager, and offer users the choice of the package manager as a question, such as what "nest js" does.

image

What do you think?