ember-codemods / ember-sinon-sandbox-codemod

A simple codemod for ember-sinon-sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

# or

yarn global add ember-sinon-sandbox-codemod
ember-sinon-sandbox-codemod <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

Transforms

Contributing

Installation

  • clone the repo
  • change into the repo directory
  • yarn

Running tests

  • yarn test

Update Documentation

  • yarn update-docs

About

A simple codemod for ember-sinon-sandbox


Languages

Language:JavaScript 100.0%