Skip to main content
Remove a storybook module from modules/<name>/. The command removes standard module references from modules/app/src/AppModule.ts, modules/shared/src/SharedModule.ts, and the root tsconfig.json path aliases before deleting the module directory.

Usage

Examples

Run with no flags to be prompted for the storybook name and confirmation:
Remove a storybook non-interactively:

Options

Safeguards

Only modules marked as type: "storybook" in modules/<name>/<name>.yml are removed. The app and shared modules are protected.