https://github.com/rajasegar/svelte-2to3-codemods
Codemods for migrating from Svelte 2.x to 3
https://github.com/rajasegar/svelte-2to3-codemods
codemod codemods jscodeshift svelte sveltejs
Last synced: 27 days ago
JSON representation
Codemods for migrating from Svelte 2.x to 3
- Host: GitHub
- URL: https://github.com/rajasegar/svelte-2to3-codemods
- Owner: rajasegar
- Created: 2020-02-15T16:18:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T16:21:52.000Z (over 6 years ago)
- Last Synced: 2025-04-03T13:24:08.953Z (about 1 year ago)
- Topics: codemod, codemods, jscodeshift, svelte, sveltejs
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svelte-2to3-codemods
A collection of codemod's for svelte-2to3-codemods.
## Usage
To run a specific codemod from this project, you would run the following:
```
npx svelte-2to3-codemods path/of/files/ or/some**/*glob.js
# or
yarn global add svelte-2to3-codemods
svelte-2to3-codemods path/of/files/ or/some**/*glob.js
```
## Transforms
## Contributing
### Installation
* clone the repo
* change into the repo directory
* `yarn`
### Running tests
* `yarn test`
### Update Documentation
* `yarn update-docs`