Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/relekang/codemods
https://github.com/relekang/codemods
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/relekang/codemods
- Owner: relekang
- License: mit
- Created: 2016-04-30T14:36:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T06:56:07.000Z (over 8 years ago)
- Last Synced: 2024-12-17T21:33:30.771Z (about 2 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-codemods - relekang/codemods
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/codemodsrcm codemod-name path
```### Codemods
* [NamedExports](NamedExports)
* [SpecificLodashImport](SpecificLodashImport)
* [RemoveMicroComponentCreator](RemoveMicroComponentCreator)