ember-bootstrap-codemods

Codemods to ease upgrading of ember-bootstrap

Usage no npm install needed!

<script type="module">
  import emberBootstrapCodemods from 'https://cdn.skypack.dev/ember-bootstrap-codemods';
</script>

README

ember-bootstrap-codemods

CI

A collection of codemod's for ember-bootstrap-codemods.

Usage

To run a specific codemod from this project, you would run the following:

npx ember-bootstrap-codemods <TRANSFORM NAME> path/of/files/ or/some**/*glob.hbs

# or

yarn global add ember-bootstrap-codemods
ember-bootstrap-codemods <TRANSFORM NAME> path/of/files/ or/some**/*glob.hbs

Transforms

Contributing

Installation

  • clone the repo
  • change into the repo directory
  • yarn

Running tests

  • yarn test

Update Documentation

  • yarn update-docs