An open API service indexing awesome lists of open source software.

https://github.com/jmdejno/ember-codemods

Ember code transforms.
https://github.com/jmdejno/ember-codemods

Last synced: 18 days ago
JSON representation

Ember code transforms.

Awesome Lists containing this project

README

        

# 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 path/of/files/ or/some**/*glob.js

# or

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