Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamestalmage/generator-codemod
A generator to create codemods quickly.
https://github.com/jamestalmage/generator-codemod
Last synced: about 1 month ago
JSON representation
A generator to create codemods quickly.
- Host: GitHub
- URL: https://github.com/jamestalmage/generator-codemod
- Owner: jamestalmage
- License: mit
- Created: 2016-04-17T04:18:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T05:30:44.000Z (almost 9 years ago)
- Last Synced: 2025-01-05T07:21:39.571Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 11
- Watchers: 5
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-codemods - generator-codemod - A generator to create codemods quickly. (Misc / ant-design)
README
# generator-codemod [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> Scaffold a jscodeshift codemod
Creates a scaffold for a [`jscodeshift`](https://github.com/facebook/jscodeshift) based codemod in the current project.
## Install
```console
$ npm install -g yo generator-codemod
```## Usage
```console
$ yo codemod
```## License
MIT © [James Talmage](https://github.com/jamestalmage)
[travis-image]: https://travis-ci.org/jamestalmage/generator-codemod.svg?branch=master
[travis-url]: https://travis-ci.org/jamestalmage/generator-codemod
[daviddm-image]: https://david-dm.org/jamestalmage/generator-codemod.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/jamestalmage/generator-codemod