0.1.3 • Published 3 years ago

ember-bootstrap-codemods v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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