Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`