-
-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
Description
If it were possible to specify an --install
option, it would mean that sv create
and sv add
could be fully non-interactive provided all other options were specified:
# use the default package manager
npx sv create --install
# use the specified package manager
npx sv create --install=pnpm
hyunbinseo