Skip to content

Commit 6fd5778

Browse files
Update introduction.mdx
1 parent f68aac5 commit 6fd5778

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/docs/introduction.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ By consolidating codemods in the same way, the ecosystem can benefit from:
4747
2. Community support & bug fixes
4848
3. Countless examples
4949

50-
CodeshiftCommunity provides a codemod registry that hosts and automatically publishes codemods for you under the [/community directory](https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/community).
50+
Ultimately, with the wider JS community collaborating to produce high quality versioned codemods, our goal is to achieve solid coverage over common js dependencies (ie react, jest, chalk, etc), in a similar way to how quality type definitions are created and shared within the DefinitelyTyped community.
51+
52+
CodeshiftCommunity provides a similar registry that hosts and automatically publishes codemods for you under the [/community directory](https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/community).
5153
The community directory organizes codemods by package name and version. They are then published to npm as modules that can be retrospectivally patched or improved.
5254
This ensures that users running codemods are always getting the latest and greatest version of your codemod.
5355

0 commit comments

Comments
 (0)