jmdejno / lil-codemods

Ember codemods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ember codemods.

License:MIT License


Languages

Language:TypeScript 80.4%Language:JavaScript 19.6%