/cheatsheet

Cheatsheet for writing codemods and tools

cheatsheet

Cheatsheet for writing codemods and tools

Tools

ember-cli-update

Running codemods

You can run codemods during your app/addon upgrades with ember-cli-update using the following command:

ember-cli-update --run-codemods

List available codemods

ember-cli-update --list-codemods

Awesome Lists