Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add codemod #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -218,6 +218,7 @@ _Note: for an OS specific tool, please do your best to mark with `OSX/WIN/*NIX/L
* [ack](https://github.com/petdance/ack2) - the Perl based
better-than-grep tool.
* [ag](https://github.com/ggreer/the_silver_searcher) - A C based code-searching tool similar to ack, but faster
* [codemod](https://github.com/facebook/codemod) - For large-scale codebase refactors that can be partially automated.
* [peco](https://github.com/peco/peco) - interactive filtering, like interactive Grep
* [ripgrep](https://github.com/BurntSushi/ripgrep) - Faster than grep, written in Rust

Expand Down