A collection of codemod's for svelte-2to3-codemods.
To run a specific codemod from this project, you would run the following:
npx svelte-2to3-codemods <TRANSFORM NAME> path/of/files/ or/some**/*glob.js
# or
yarn global add svelte-2to3-codemods
svelte-2to3-codemods <TRANSFORM NAME> path/of/files/ or/some**/*glob.js
yarn
yarn test
yarn update-docs