https://github.com/ember-codemods/ember-sinon-sandbox-codemod
A simple codemod for ember-sinon-sandbox
https://github.com/ember-codemods/ember-sinon-sandbox-codemod
Last synced: 8 months ago
JSON representation
A simple codemod for ember-sinon-sandbox
- Host: GitHub
- URL: https://github.com/ember-codemods/ember-sinon-sandbox-codemod
- Owner: ember-codemods
- Created: 2017-11-27T18:35:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-12T05:28:16.000Z (almost 5 years ago)
- Last Synced: 2025-02-17T16:19:18.378Z (over 1 year ago)
- Language: JavaScript
- Size: 9.96 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ember-sinon-sandbox-codemod
A collection of codemod's for ember-sinon-sandbox-codemod.
## Usage
To run a specific codemod from this project, you would run the following:
```
npx ember-sinon-sandbox-codemod path/of/files/ or/some**/*glob.js
# or
yarn global add ember-sinon-sandbox-codemod
ember-sinon-sandbox-codemod path/of/files/ or/some**/*glob.js
```
## Transforms
* [remove-sandbox-create](transforms/remove-sandbox-create/README.md)
* [remove-sinon-usages](transforms/remove-sinon-usages/README.md)
## Contributing
### Installation
* clone the repo
* change into the repo directory
* `yarn`
### Running tests
* `yarn test`
### Update Documentation
* `yarn update-docs`