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

https://github.com/ijlee2/ember-codemod-rename-test-modules

Main tutorial for @codemod-utils
https://github.com/ijlee2/ember-codemod-rename-test-modules

codemod ember-codemod

Last synced: 6 months ago
JSON representation

Main tutorial for @codemod-utils

Awesome Lists containing this project

README

        

[![This project uses GitHub Actions for continuous integration.](https://github.com/ijlee2/ember-codemod-rename-test-modules/actions/workflows/ci.yml/badge.svg)](https://github.com/ijlee2/ember-codemod-rename-test-modules/actions/workflows/ci.yml)

# ember-codemod-rename-test-modules

_Codemod to rename test modules_

## Usage

### Arguments

Optional: Specify the project root

Pass `--root` to run the codemod somewhere else (i.e. not in the current directory).

```sh
npx ember-codemod-rename-test-modules --root
```

### Limitations

The codemod is designed to cover typical cases. It is not designed to cover one-off cases.

To better meet your needs, consider cloning the repo and running the codemod locally.

```sh
cd

# Compile TypeScript
pnpm build

# Run codemod
./dist/bin/ember-codemod-rename-test-modules.js --root
```

## Compatibility

- Node.js v18 or above

## Contributing

See the [Contributing](CONTRIBUTING.md) guide for details.

## License

This project is licensed under the [MIT License](LICENSE.md).