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

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

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`