https://github.com/alwarg/ember-computed-props-codemod
https://github.com/alwarg/ember-computed-props-codemod
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alwarg/ember-computed-props-codemod
- Owner: AlwarG
- License: mit
- Created: 2020-05-03T08:36:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:52:12.000Z (over 3 years ago)
- Last Synced: 2025-06-03T13:17:28.041Z (about 1 year ago)
- Language: JavaScript
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# app-cleanup-codemod
A collection of codemod's for app-cleanup-codemod.
## Usage
To run a specific codemod from this project, you would run the following:
```
npx app-cleanup-codemod path/of/files/ or/some**/*glob.js
# or
yarn global add app-cleanup-codemod
app-cleanup-codemod path/of/files/ or/some**/*glob.js
```
## Transforms
## Contributing
### Installation
* clone the repo
* change into the repo directory
* `yarn`
### Running tests
* `yarn test`
### Update Documentation
* `yarn update-docs`