Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freshworks/ember-freshdesk-codemods
https://github.com/freshworks/ember-freshdesk-codemods
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/freshworks/ember-freshdesk-codemods
- Owner: freshworks
- Created: 2019-07-23T11:43:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T01:49:49.000Z (over 1 year ago)
- Last Synced: 2024-05-21T13:55:29.989Z (7 months ago)
- Language: JavaScript
- Size: 708 KB
- Stars: 4
- Watchers: 63
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-codemods - @freshworks/ember-codemods - A collection of codemods used in Freshworks. (Organization specific Codemods / ant-design)
README
# @freshworks/ember-codemods
![npm (scoped)](https://img.shields.io/npm/v/@freshworks/ember-codemods)
![](https://github.com/freshdesk/ember-freshdesk-codemods/workflows/Node%20CI/badge.svg)A collection of codemods by Freshworks.
## Usage
To run a specific codemod from this project, you would run the following:
```
npx @freshworks/ember-codemods path/of/files/ or/some**/*glob.js# or
yarn global add @freshworks/ember-codemods
ember-codemods path/of/files/ or/some**/*glob.js
```## Transforms
* [async-leaks](transforms/async-leaks/README.md)
* [cleanup-imports](transforms/cleanup-imports/README.md)
* [engine-route-transitions](transforms/engine-route-transitions/README.md)
* [insert-hooks](transforms/insert-hooks/README.md)
* [mocha-to-qunit](transforms/mocha-to-qunit/README.md)
* [modify-import](transforms/modify-import/README.md)
* [remove-unused-get-import](transforms/remove-unused-get-import/README.md)
* [setup-helpers-with-await](transforms/setup-helpers-with-await/README.md)## Contributing
### Installation
* clone the repo
* change into the repo directory
* `yarn`### Running tests
* `yarn test`
### Update Documentation
* `yarn update-docs`