ember-codemods / ember-cli-htmlbars-inline-precompile-codemod

Codemod away from importing from htmlbars-inline-precompile to ember-cli-htmlbars.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-cli-htmlbars-inline-precompile-codemod

Build Status npm version

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

About

Codemod away from importing from htmlbars-inline-precompile to ember-cli-htmlbars.

License:MIT License


Languages

Language:JavaScript 100.0%