@storybook/codemod

  • Version 9.0.14
  • Published
  • 30.8 kB
  • 8 dependencies
  • MIT license

Install

npm i @storybook/codemod
yarn add @storybook/codemod
pnpm add @storybook/codemod

Overview

A collection of codemod scripts written with JSCodeshift

Index

Functions

function listCodemods

listCodemods: () => string[];

    function runCodemod

    runCodemod: (
    codemod: any,
    {
    glob,
    logger,
    dryRun,
    rename,
    parser,
    }: { glob: any; logger: any; dryRun?: any; rename?: any; parser?: any }
    ) => Promise<void>;

      Package Files (1)

      Dependencies (8)

      Dev Dependencies (4)

      Peer Dependencies (0)

      No peer dependencies.

      Badge

      To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

      You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@storybook/codemod.

      • Markdown
        [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@storybook/codemod)
      • HTML
        <a href="https://www.jsdocs.io/package/@storybook/codemod"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>