awesome-jscodeshift icon indicating copy to clipboard operation
awesome-jscodeshift copied to clipboard

A curated list of jscodeshift packages and resources.

Results 7 awesome-jscodeshift issues
Sort by recently updated
recently updated
newest added

Official codemod scripts for use with [JSCodeshift][jscodeshift] that help update [AWS SDK for JavaScript][aws-sdk-js] APIs. [aws-sdk-js]: https://aws.amazon.com/sdk-for-javascript/ [jscodeshift]: https://github.com/facebook/jscodeshift

It contains many useful non-trivial codemods that'll make a fine addition to any awesome list 💪

it'd be cool to have a list of common and useful snippets that do basic transforms like adding a new import moving one import to another and so on

Collection of codemods, includes transformers for Mocha and supertest.

Adds Automating Callbacks to Async/Await Migrations for Mocha Tests: Part 1 and Part 2. I'm proposing two articles in the same PR because they are related. Hope this is not...

I am already using jscodeshift to transform JS/TS files.. but dont find proper reference or documentation, how to write codemod for html/css using jscodeshift?. Any help on this is highly...