https://github.com/ember-codemods/ember-no-implicit-this-codemod
Template codemod for refactoring from `{{foo}}` to `{{this.foo}}`
https://github.com/ember-codemods/ember-no-implicit-this-codemod
codemod ember template
Last synced: 3 months ago
JSON representation
Template codemod for refactoring from `{{foo}}` to `{{this.foo}}`
- Host: GitHub
- URL: https://github.com/ember-codemods/ember-no-implicit-this-codemod
- Owner: ember-codemods
- License: mit
- Created: 2019-06-26T15:56:14.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T20:36:32.000Z (about 1 year ago)
- Last Synced: 2025-03-29T00:11:16.012Z (3 months ago)
- Topics: codemod, ember, template
- Language: TypeScript
- Size: 1.5 MB
- Stars: 17
- Watchers: 1
- Forks: 25
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ember-no-implicit-this-codemod
[](https://travis-ci.com/ember-codemods/ember-no-implicit-this-codemod)
[](https://www.npmjs.com/package/ember-no-implicit-this-codemod)
## Usage
1. Start your ember development server
2. Run Codemod, pointing it at the address of the development server
```
npx ember-no-implicit-this-codemod http://localhost:4200 path/of/files/ or/some**/*glob.hbs
```## Contributing
### Installation
* clone the repo
* change into the repo directory
* `yarn`### Running tests
* `yarn test`
#### Running a single test
* `yarn test --runInBand --testNamePattern=void-elements`