Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scalvert/ember-is-destroying-codemod
A codemod-cli codemod to convert isAlive and isDead calls to conventional isDestroying calls
https://github.com/scalvert/ember-is-destroying-codemod
Last synced: about 2 months ago
JSON representation
A codemod-cli codemod to convert isAlive and isDead calls to conventional isDestroying calls
- Host: GitHub
- URL: https://github.com/scalvert/ember-is-destroying-codemod
- Owner: scalvert
- Created: 2019-04-10T17:55:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T00:02:53.000Z (over 5 years ago)
- Last Synced: 2024-10-19T17:57:36.205Z (2 months ago)
- Language: JavaScript
- Size: 10.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ember-is-destroying-codemod
A collection of codemod's for ember-is-destroying-codemod.
## Usage
To run a specific codemod from this project, you would run the following:
```
npx ember-is-destroying-codemod path/of/files/ or/some**/*glob.js# or
yarn global add ember-is-destroying-codemod
ember-is-destroying-codemod path/of/files/ or/some**/*glob.js
```## Transforms
* [convert-to-isdestroying](transforms/convert-to-isdestroying/README.md)
## Contributing
### Installation
- clone the repo
- change into the repo directory
- `yarn`### Running tests
- `yarn test`
### Update Documentation
- `yarn update-docs`