jscodeshift
A JavaScript codemod toolkit.
About this project
jscodeshift jscodeshift is a toolkit for running codemods over multiple JavaScript or TypeScript files. It provides: — A runner, which executes the provided transform for each file passed to it. It also outputs a summary of how many files have (not) been transformed. — A wrapper around recast, providing a different API. Recast is an AST-to-AST transform tool and also tries to preserve the style of original code as much as possible. Install Get jscodeshift from npm: This will install the runner as jscodeshift. VSCode Debugger Configure VSCode to debug codemods Usage (CLI) See the website for full documentation. The CLI provides the following options: This passes the…
Technologies
Project health
GitHub
Reviews
Built by
Maintain facebook/jscodeshift? Claiming verifies admin access through your GitHub account and gives you control of this listing.