1.0.5 • Published 13 days ago

ember-codemod-rename-test-modules v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
13 days ago

This project uses GitHub Actions for continuous integration.

ember-codemod-rename-test-modules

Codemod to rename test modules

Usage

Arguments

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

npx ember-codemod-rename-test-modules --root <path/to/your/project>

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.

cd <path/to/cloned/repo>

# Compile TypeScript
pnpm build

# Run codemod
./dist/bin/ember-codemod-rename-test-modules.js --root <path/to/your/project>

Compatibility

  • Node.js v18 or above

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

1.0.5

13 days ago

1.0.4

2 months ago

1.0.3

3 months ago

1.0.2

5 months ago

1.0.1

6 months ago

1.0.0

8 months ago

0.1.2

8 months ago

0.1.1

9 months ago

0.1.0

10 months ago