Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/relekang/codemods


https://github.com/relekang/codemods

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# JavaScript codemods

This is a collection of codemods I have created, some for learning some for
actual use cases.

## Usage
```
npm i -g relekang/codemods

rcm codemod-name path
```

### Codemods

* [NamedExports](NamedExports)
* [SpecificLodashImport](SpecificLodashImport)
* [RemoveMicroComponentCreator](RemoveMicroComponentCreator)