maizzle / create-maizzle

CLI tool to quickly scaffold a Maizzle project

Home Page:https://maizzle.com/docs/installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow specifying package manager

cossssmin opened this issue · comments

The CLI should allow the user to define their package manager of choice for installing dependencies - nypm supports this.

Right now only npm is used, but this should be configurable through a flag like -p bun or --pm bun or similar. Think this is preferrable to selecting it in the wizard, as that creates too much friction and is advanced usage anyway.