Skip to content

A site about various ways you can accomplish refactoring tasks in the Helix editor

License

Notifications You must be signed in to change notification settings

NikitaRevenco/helix-golf

Repository files navigation

Helix Golf

Built with Starlight

You can use the Helix Editor to refactor code efficiently.

Contributing

Adding new examples

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>

Running locally

  1. Clone this repository
  2. pnpm install
  3. pnpm dev

About

A site about various ways you can accomplish refactoring tasks in the Helix editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published