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
- Host: GitHub
- URL: https://github.com/ijlee2/ember-codemod-rename-test-modules
- Owner: ijlee2
- License: mit
- Created: 2023-07-25T19:53:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T08:48:33.000Z (9 months ago)
- Last Synced: 2024-12-15T09:36:14.188Z (6 months ago)
- Topics: codemod, ember-codemod
- Language: TypeScript
- Homepage: https://github.com/ijlee2/codemod-utils
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](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).