Skip to content

jmdejno/ember-codemods

Repository files navigation

learning-web-codemods

A collection of codemod's for learning-web-codemods.

Usage

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

npx learning-web-codemods <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

# or

yarn global add learning-web-codemods
learning-web-codemods <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

Ember code transforms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published