An open API service indexing awesome lists of open source software.

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

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`