Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scalvert/ember-batcher-codemod

A codemod to convert spaniel's APIs to ember-batcher.
https://github.com/scalvert/ember-batcher-codemod

Last synced: about 2 months ago
JSON representation

A codemod to convert spaniel's APIs to ember-batcher.

Awesome Lists containing this project

README

        

# ember-batcher-codemod

A collection of codemod's for ember-batcher-codemod.

## Usage

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

```
npx ember-batcher-codemod path/of/files/ or/some**/*glob.js

# or

yarn global add ember-batcher-codemod
ember-batcher-codemod path/of/files/ or/some**/*glob.js
```

## Transforms

* [convert-spaniel-to-batcher](transforms/convert-spaniel-to-batcher/README.md)

## Contributing

### Installation

* clone the repo
* change into the repo directory
* `yarn`

### Running tests

* `yarn test`

### Update Documentation

* `yarn update-docs`