You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm using a function for caveat to list all possible commands, exactly like create-create-app does itself.
I can easily access the template and name in there through AfterHookOptions, but I cannot get what package manager was selected.
This means I have to either show only npm run dev or options for all package managers. Instead, I'd like to show e.g. yarn dev if the user selected yarn as the package manager.
The text was updated successfully, but these errors were encountered:
Hello,
I'm using a function for
caveat
to list all possible commands, exactly likecreate-create-app
does itself.I can easily access the template and name in there through
AfterHookOptions
, but I cannot get what package manager was selected.This means I have to either show only
npm run dev
or options for all package managers. Instead, I'd like to show e.g.yarn dev
if the user selected yarn as the package manager.The text was updated successfully, but these errors were encountered: