https://github.com/jmdejno/ember-codemods
Ember code transforms.
https://github.com/jmdejno/ember-codemods
Last synced: 18 days ago
JSON representation
Ember code transforms.
- Host: GitHub
- URL: https://github.com/jmdejno/ember-codemods
- Owner: jmdejno
- Created: 2019-03-18T01:57:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T15:47:57.000Z (about 6 years ago)
- Last Synced: 2024-11-02T20:33:11.301Z (6 months ago)
- Language: TypeScript
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-codemods - jmdejno/ember-codemods - Ember code Transforms. (Frameworks / Ember.js)
README
# learning-web-codemods
A collection of codemod's for learning-web-codemods.
## Usage
To run a specific codemod from this project, you would run the following:
```
npx learning-web-codemods path/of/files/ or/some**/*glob.js# or
yarn global add learning-web-codemods
learning-web-codemods 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`