/lil-codemods

Ember codemods.

Primary LanguageTypeScriptMIT LicenseMIT

lil-codemods

npm version

A collection of codemods for Ember.

Usage

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

npx lil-codemods run

# or

yarn global add lil-codemods
lil-codemods run

Transforms

Contributing

Installation

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

Running tests

  • yarn test

Update Documentation

  • yarn update-docs