UNPKG

generator-codemod

Version:
31 lines (18 loc) 762 B
# 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. ## Installation ```bash npm install -g yo npm install -g generator-codemod ``` ## Run It ```bash yo codemod ``` ## License MIT © [James Talmage](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