Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 503 Bytes

Readme.md

File metadata and controls

23 lines (17 loc) · 503 Bytes

NpmVersion

A codemod runner supporting ES6 generators.

npm install --global codemodr

Config

You can configure folders where Codemodr will look for codemods by creating a config file in your home directory called .codemodr:

exports.default = {
	codemods: [
		{ folder: "/Users/user/projects/codemodr/codemods/" }
	]
}