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: about 1 month ago
JSON representation
Codemods to ease upgrading of ember-bootstrap
- Host: GitHub
- URL: https://github.com/ember-bootstrap/ember-bootstrap-codemods
- Owner: ember-bootstrap
- Created: 2020-05-29T16:06:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:12:02.000Z (over 2 years ago)
- Last Synced: 2025-08-09T05:27:55.046Z (10 months ago)
- Topics: ember, ember-bootstrap
- Language: JavaScript
- Homepage:
- Size: 1.56 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ember-bootstrap-codemods

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`