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
We need to expose an allPlugins getter method from create context for listing all plugins including those from presets. This will be useful for condition checks during the prompt and create lifecycles.
We do a check like this here, but we should expose a simpler helper which lifecycle hooks can also utilize.
Package(s): @gasket/cli
AC:
Ability to check if a plugin has been added for installation during prompt or create lifecycles.
The text was updated successfully, but these errors were encountered:
Description
We need to expose an
allPlugins
getter method from create context for listing all plugins including those from presets. This will be useful for condition checks during theprompt
andcreate
lifecycles.We do a check like this here, but we should expose a simpler helper which lifecycle hooks can also utilize.
Package(s): @gasket/cli
AC:
The text was updated successfully, but these errors were encountered: