UNPKG

@nx/storybook

Version:

The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.

32 lines (31 loc) 858 B
{ "cli": "nx", "title": "Add Storybook Configuration to the workspace", "description": "Add Storybook Configuration to the workspace.", "$id": "init-storybook-plugin", "type": "object", "properties": { "skipFormat": { "description": "Skip formatting files.", "type": "boolean", "default": false }, "skipPackageJson": { "description": "Do not add dependencies to `package.json`.", "type": "boolean", "default": false }, "keepExistingVersions": { "type": "boolean", "x-priority": "internal", "description": "Keep existing dependencies versions", "default": false }, "updatePackageScripts": { "type": "boolean", "x-priority": "internal", "description": "Update `package.json` scripts with inferred targets", "default": false } } }