0.1.0 • Published 15 days ago

@sku-lib/codemod v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
15 days ago

npm

Codemods for sku

Usage

pnpm dlx @sku-lib/codemod <codemod> [files] [options]

If you don't specify the codemod the CLI will prompt you with a list of available codemods.

If you don't specify any files the CLI will prompt you to select files to run the codemod on. It defaults to '.'.

Available codemods

CodemodDescription
transform-vite-loadableConverts sku/@loadable/component imports to sku/vite/loadable imports.

Options

OptionDescription
-d, --dryShow which files would be modified without actually modifying them.
-p, --printPrint out the changes made to each file.
-h, --helpShow help information.

Contributing

Refer to CONTRIBUTING.md.

License

MIT License