Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`