Skip to content

Commit

Permalink
Add link to ktcodeshift
Browse files Browse the repository at this point in the history
  • Loading branch information
orangain committed May 1, 2023
1 parent 031b737 commit 541b912
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Another kotlin AST parsing library is [kotlinx.ast](https://github.com/kotlinx/a
Compiler, but uses ANTLR and official Kotlin Grammar. Currently, it seems that the library's summary AST classes are
limited.

[ktcodeshift](https://github.com/orangain/ktcodeshift) is a toolkit for running codemods over multiple Kotlin files
built on top of ktast. It is useful when modifying Kotlin source codes.

## Usage

### Getting started
Expand Down

0 comments on commit 541b912

Please sign in to comment.