Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/patocallaghan/legacy-tests-codemod


https://github.com/patocallaghan/legacy-tests-codemod

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# legacy-tests-codemod [![Build Status](https://travis-ci.org/patocallaghan/legacy-tests-codemod.svg?branch=master)](https://travis-ci.org/patocallaghan/legacy-tests-codemod)

A collection of codemod's for legacy-tests-codemod.

## Usage

To run a specific codemod from this project, you would run the following:

```
npx legacy-tests-codemod path/of/files/ or/some**/*glob.js

# or

yarn global add legacy-tests-codemod
legacy-tests-codemod 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`