Socket
Socket
Sign inDemoInstall

@ms-cloudpack/storybook-builder

Package Overview
Dependencies
17
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ms-cloudpack/storybook-builder

A tool for building storybook bundles for the cloudpack ecosystem.


Version published
Weekly downloads
150
increased by12.78%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

@ms-cloudpack/storybook-builder

Experimental storybook builder using Cloudpack.

Installation

Install the builder with npm:

npm install @ms-cloudpack/storybook-builder --save-dev

or yarn:

yarn add @ms-cloudpack/storybook-builder --dev

Configuration

Configure the builder in the Storybook main configuration file:

// .storybook/main.js

const config = {
  ...
  framework: '@storybook/your-framework',
  core: {
    builder: {
      name: '@ms-cloudpack/storybook-builder',
      options: {
        ...
      },
    },
    ...
  },
  ...
};

export default config;

Customize Cloudpack config

The builder will read your cloudpack.config.json file, though it may add some options in order to work correctly. Ensure to have the Cloudpack config in the CWD.

Unsupported features

These are features that are not yet supported by the builder:

  • React docgen
  • MDX

FAQs

Last updated on 09 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc