Socket
Socket
Sign inDemoInstall

@ms-cloudpack/storybook-builder

Package Overview
Dependencies
Maintainers
0
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

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
307
decreased by-33.12%
Maintainers
0
Weekly downloads
 
Created
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

Package last updated on 17 Sep 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc