Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scalvert/ember-batcher-codemod
- Owner: scalvert
- Created: 2019-07-22T18:57:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T20:13:57.000Z (over 5 years ago)
- Last Synced: 2024-10-19T17:57:36.182Z (2 months ago)
- Language: JavaScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`