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
Currently we have a "preferred flags" prompt, if the user input matches /\b-g|--global\b/ then we set preferGlobal: true.
Then in another question we ask what kind of Node package is it, this would be a radio selection of API, CLI or both. Or perhaps two checkboxes would be okay too.
Anyway this is low priority, I'll publish slush-es20xx 1.0.0 without this feature.
The choices would be:
preferGlobal
andbin
fields in package.jsonThough, this might be overcomplicating the issue, I guess a simple "Does this package include a CLI program?" boolean prompt could suffice.
The text was updated successfully, but these errors were encountered: