·jscodeshift-codemods
</>

jscodeshift-codemods

third774/dotfiles

Schreiben und debuggen Sie AST-basierte Codemods mit jscodeshift für automatisierte Codetransformationen. Verwenden Sie es beim Erstellen von Migrationen, API-Upgrades, Musterstandardisierungen oder umfangreichen Refactorings.

3Installationen·0Trend·@third774

Installation

$npx skills add https://github.com/third774/dotfiles --skill jscodeshift-codemods

SKILL.md

Core Philosophy: Transform AST nodes, not text. Let recast handle printing to preserve formatting and structure.

| string | Transformed source code | | null | Skip this file (no output) | | undefined | No changes made |

| fileInfo.source | Original file contents | | fileInfo.path | File path being transformed | | api.jscodeshift | The jscodeshift library (usually aliased as j) | | api.stats | Collect statistics during dry runs | | api.report | Print to stdout |

Schreiben und debuggen Sie AST-basierte Codemods mit jscodeshift für automatisierte Codetransformationen. Verwenden Sie es beim Erstellen von Migrationen, API-Upgrades, Musterstandardisierungen oder umfangreichen Refactorings. Quelle: third774/dotfiles.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/third774/dotfiles --skill jscodeshift-codemods
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist jscodeshift-codemods?

Schreiben und debuggen Sie AST-basierte Codemods mit jscodeshift für automatisierte Codetransformationen. Verwenden Sie es beim Erstellen von Migrationen, API-Upgrades, Musterstandardisierungen oder umfangreichen Refactorings. Quelle: third774/dotfiles.

Wie installiere ich jscodeshift-codemods?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/third774/dotfiles --skill jscodeshift-codemods Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/third774/dotfiles