@storybook/codemod
Version:
A collection of codemod scripts written with JSCodeshift
8 lines (5 loc) • 375 B
TypeScript
export { packageNames, default as updateOrganisationName } from './transforms/update-organisation-name.js';
export { default as updateAddonInfo } from './transforms/update-addon-info.js';
declare function listCodemods(): string[];
declare function runCodemod(codemod: any, { glob, logger, dryRun, rename, parser }: any): Promise<void>;
export { listCodemods, runCodemod };