https://github.com/patocallaghan/em-to-ed-codemod
Codemod to migrate Ember Model to Ember Data with some Intercom-specific schtuff
https://github.com/patocallaghan/em-to-ed-codemod
Last synced: 3 months ago
JSON representation
Codemod to migrate Ember Model to Ember Data with some Intercom-specific schtuff
- Host: GitHub
- URL: https://github.com/patocallaghan/em-to-ed-codemod
- Owner: patocallaghan
- Created: 2019-01-16T17:49:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T10:26:45.000Z (over 6 years ago)
- Last Synced: 2025-03-17T17:54:30.027Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# em-to-ed-codemod [](https://travis-ci.org/patocallaghan/em-to-ed-codemod)
A collection of codemod's for em-to-ed-codemod.
## Usage
To run a specific codemod from this project, you would run the following:
```
npx github:patocallaghan/em-to-ed-codemod path/of/files/ or/some**/*glob.js
```## Transforms
* [em-to-ed](transforms/em-to-ed/README.md)
## Contributing
### Installation
* clone the repo
* change into the repo directory
* `yarn`### Running tests
* `yarn test`
* `yarn test:watch` for live-reloading
* For debugging, install [ndb](https://www.npmjs.com/package/ndb) and run `ndb yarn test:watch`### Update Documentation
* `yarn update-docs`