Skip to content

Codemod to revert macros from ember-awesome-macros & ember-macro-helpers to standard computed property

Notifications You must be signed in to change notification settings

concordnow/ember-macros-codemod

Repository files navigation

ember-macros-codemod

A collection of codemod's for ember-macro-helpers & ember-awesome-macros.

Usage

To run a specific codemod from this project, you would run the following:

npx ember-macros-codemod <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

# or

yarn global add ember-macros-codemod
ember-macros-codemod <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

Transforms

Contributing

Installation

  • clone the repo
  • change into the repo directory
  • yarn

Running tests

  • yarn test

Update Documentation

  • yarn update-docs

About

Codemod to revert macros from ember-awesome-macros & ember-macro-helpers to standard computed property

Resources

Stars

Watchers

Forks

Packages