You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,17 @@ _Inspired and built on Facebook's [jscodeshift](https://github.com/facebook/jsco
12
12
13
13
## Features
14
14
15
-
- 🔭 Explore an extensive list of codemods contributed by the community.
16
-
- 🚛 Create, test and publish codemods for your users.
17
-
- ⚡️ Use our helpers & testing utilities to make writing codemods a breeze.
18
-
- 📖 Up-skill your engineering team using our guides & resources.
15
+
🔭 Explore an extensive list of codemods [contributed by the community](https://www.codeshiftcommunity.com/docs/registry).
16
+
17
+
✨ [Create](https://www.codeshiftcommunity.com/docs/authoring), [test](https://www.codeshiftcommunity.com/docs/testing) and [publish](https://www.codeshiftcommunity.com/docs/consuming) codemods from anywhere.
18
+
19
+
⚡️ Use our [helpers & testing utilities](https://www.codeshiftcommunity.com/docs/utils) to make writing codemods a breeze.
20
+
21
+
🧠 Up-skill your engineering team using our [guides & resources](https://www.codeshiftcommunity.com/docs/your-first-codemod).
22
+
23
+
🎨 Perfect for [Design Systems & Monorepos](https://www.codeshiftcommunity.com/docs/monorepos).
24
+
25
+
🦄 Bring your own [AST transformer](https://www.codeshiftcommunity.com/docs/css-codemods).
0 commit comments