Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ember-bootstrap/ember-bootstrap-codemods

Codemods to ease upgrading of ember-bootstrap
https://github.com/ember-bootstrap/ember-bootstrap-codemods

ember ember-bootstrap

Last synced: 17 days ago
JSON representation

Codemods to ease upgrading of ember-bootstrap

Awesome Lists containing this project

README

        

# ember-bootstrap-codemods

![CI](https://github.com/kaliber5/ember-bootstrap-codemods/workflows/CI/badge.svg)

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 path/of/files/ or/some**/*glob.hbs

# or

yarn global add ember-bootstrap-codemods
ember-bootstrap-codemods path/of/files/ or/some**/*glob.hbs
```

## Transforms

* [deprecated-attribute-arguments](transforms/deprecated-attribute-arguments/README.md)

## Contributing

### Installation

* clone the repo
* change into the repo directory
* `yarn`

### Running tests

* `yarn test`

### Update Documentation

* `yarn update-docs`