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

https://github.com/patocallaghan/codemod-workshop


https://github.com/patocallaghan/codemod-workshop

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# codemod-workshop

A collection of codemod's for codemod-workshop.

## Usage

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

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

# or

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