You can use the Helix Editor to refactor code efficiently.
You can add new examples by editing the index.mdx
file.
To add an entry, copy-paste the following template:
#### A descriptive title
An optional description.
##### Before
```js
input file
```
##### After
```
output file
```
##### Command
<details>
<summary>
`insert command here`
</summary>
1. Steps taken
1. To perform the
1. Transformation
</details>
- Clone this repository
pnpm install
pnpm dev