https://github.com/ember-codemods/ember-cli-htmlbars-inline-precompile-codemod
Codemod away from importing from htmlbars-inline-precompile to ember-cli-htmlbars.
https://github.com/ember-codemods/ember-cli-htmlbars-inline-precompile-codemod
Last synced: about 1 year ago
JSON representation
Codemod away from importing from htmlbars-inline-precompile to ember-cli-htmlbars.
- Host: GitHub
- URL: https://github.com/ember-codemods/ember-cli-htmlbars-inline-precompile-codemod
- Owner: ember-codemods
- License: mit
- Created: 2019-09-27T21:54:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:18:24.000Z (over 3 years ago)
- Last Synced: 2025-03-24T20:21:59.862Z (about 1 year ago)
- Language: JavaScript
- Size: 762 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ember-cli-htmlbars-inline-precompile-codemod
[](https://badge.fury.io/js/ember-cli-htmlbars-inline-precompile-codemod)
A collection of codemod's for ember-cli-htmlbars-inline-precompile-codemod.
## Usage
To run a specific codemod from this project, you would run the following:
```
npx ember-cli-htmlbars-inline-precompile-codemod path/of/files/ or/some**/*glob.js
# or
yarn global add ember-cli-htmlbars-inline-precompile-codemod
ember-cli-htmlbars-inline-precompile-codemod path/of/files/ or/some**/*
```
## Transforms
* [convert-htmlbars-import](transforms/convert-htmlbars-import/README.md)
## Contributing
### Installation
* clone the repo
* change into the repo directory
* `yarn`
### Running tests
* `yarn test`
### Update Documentation
* `yarn update-docs`