Ecosyste.ms: Awesome

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

https://github.com/yappbox/yapp-codemods

Yapp's codemods
https://github.com/yappbox/yapp-codemods

Last synced: 10 days ago
JSON representation

Yapp's codemods

Lists

README

        

# yapp-codemods

A collection of codemod's for yapp-codemods.

## Usage

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

```
npx yapp-codemods path/of/files/ or/some**/*glob.js

# or

yarn global add yapp-codemods
yapp-codemods 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`