ember-codemods
Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
Repositories
-
ember-tracked-properties-codemod
A codemod for transforming your ember app code to start using `@tracked` properties.
-
ember-angle-brackets-codemod
Codemod to convert curly braces syntax to angle brackets syntax
-
ember-native-class-codemod
A codemod-cli project for converting Ember objects to es6 native classes
-
ember-test-onerror-codemod
A codemod for converting test usages of Ember.onerror stubbing to use @ember/test-helpers' setupOnerror
-
ember-modules-codemod
Codemod to upgrade Ember apps to JavaScript (ES6) modules
-
ember-sinon-sandbox-codemod
A simple codemod for ember-sinon-sandbox
-
ember-no-implicit-this-codemod
Template codemod for refactoring from `{{foo}}` to `{{this.foo}}`
-
tagless-ember-components-codemod
Converts regular Ember.js components to `tagName: ''` components
-
ember-mocha-codemods
Codemod scripts for ember-mocha
-
ember-data-codemod
A codemod to upgrade to new ember-data packages
-
ember-3x-codemods
A Codemod with a collection of transforms to address Ember 3.x deprecations
-
ember-no-get-with-default
transforms getWithDefault using Ember get
-
ember-test-helpers-codemod
Codemod to transform your Ember tests to use @ember/test-helpers
-
directory
A directory of Ember codemods
-
ember-module-migrator
Automated migration for new Ember application layout.
-
-
ember-cli-htmlbars-inline-precompile-codemod
Codemod away from importing from htmlbars-inline-precompile to ember-cli-htmlbars.
-
ember-memory-leaks-codemod
A collection of codemod's for fixing memory leaks in Ember applications.
-
ember-computed-getter-codemod
Ember Computed Getter Codemod