Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alias-mac/ember-embroider-addon-codemod
https://github.com/alias-mac/ember-embroider-addon-codemod
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alias-mac/ember-embroider-addon-codemod
- Owner: alias-mac
- Created: 2021-05-07T21:06:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T19:43:33.000Z (over 2 years ago)
- Last Synced: 2024-10-14T10:02:11.539Z (2 months ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ember-embroider-addon-codemod
A collection of codemods for ember-embroider-addon-codemod.
The codemods provided by this package are based on
[@embroider/test-setup documentation](https://github.com/embroider-build/embroider/tree/master/packages/test-setup#maybeembroiderapp-embroideroptions)## Usage
To run a specific codemod from this project, you would run the following:
```
npx ember-embroider-addon-codemod path/of/files/ or/some**/*glob.js# or
yarn global add ember-embroider-addon-codemod
ember-embroider-addon-codemod path/of/files/ or/some**/*glob.js
```## Local Usage
```
node ./bin/cli.js path/of/files/ or/some**/*glob.js
```## Transforms
* [ember-cli-build](transforms/ember-cli-build/README.md)
## Contributing
### Installation
- clone the repo
- change into the repo directory
- `yarn`### Running tests
- `yarn test`
### Update Documentation
- `yarn update-docs`