• Meteor/V3/Update React

    This codemod helps in transforming react to meteor

  • Npm Esm First In Exports

    Sort package.json export order to prefer ESM over CJS

  • React Router/4/Replace Location Query

    This codemod replaces instances of location.query with parse(location.search), where parse is a function imported from query-string.

  • Biome/Migrate Rules

    This codemod replaces configuration files for ESLint with corresponding biome.json for all the found rules. It also replaces Prettier configuration.

  • Ember/5/Cp Property Map

    .property() is a modifier that adds additional property dependencies to an existing computed property. For filter, map, and sort computed property macros, this codemod ensures they receive an array of additional dependent keys as a second parameter.