ember-cli-htmlbars-inline-precompile-codemod
v1.0.0
Published
Automatically codemod from usage of `import hbs from 'htmlbars-inline-precompile'` to `import { hbs } from 'ember-cli-htmlbars'`
Downloads
5
Keywords
Readme
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
Contributing
Installation
- clone the repo
- change into the repo directory
yarn
Running tests
yarn test
Update Documentation
yarn update-docs