Skip to content

style(docs): fix typo in title #1518

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions apps/docs/codemod-registry/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
---
title: 'Codemod Regisry'
title: "Codemod Registry"
---

[Codemod Registry](https://codemod.com/registry) is a centralized hub for discovering and sharing codemods, making them easily accessible to open-source communities and teams of any size.

Developers can [create codemods](/platform/build) using engines like [ast-grep (recommended)](https://ast-grep.github.io/), [jscodeshift](https://jscodeshift.com/overview/introduction/), and [ts-morph](https://ts-morph.com/), and publish them directly to the registry for global distribution.

Published codemods are accessible via [web](https://codemod.com/registry) and [CLI](/deploying-codemods/cli#share-discover), with public codemods available to everyone and private ones restricted to an organization's team.
Published codemods are accessible via [web](https://codemod.com/registry) and [CLI](/deploying-codemods/cli#share-discover), with public codemods available to everyone and private ones restricted to an organization's team.

Codemods with a green badge are officially approved by project owners (e.g., Node.js, React), to offer developers a trustworthy resource with analytics like run counts to identify the best codemods they for their needs. If you are a framework/library builder or maintainer and would like to streamline your users' migration process, please get in touch with us via [Slack](https://go.codemod.com/community) or [our contact page](https://codemod.com/contact).


## Get started

<Card title="Publishing codemods" icon="share-nodes" href="/sharing/publishing-codemods">
Expand Down
Loading