Skip to content

Commit 7f4c695

Browse files
drdavellanahsra
authored andcommitted
Add Codemodder logo to README
1 parent 0ad30dc commit 7f4c695

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Codemodder
1+
<picture>
2+
<source media="(prefers-color-scheme: dark)" srcset="img/codemodder-dark.png">
3+
<source media="(prefers-color-scheme: light)" srcset="img/codemodder-light.png">
4+
<img alt="Pixee Logo" src="https://github.com/pixee/pixee-cli/raw/main/img/codemodder.png">
5+
</picture>
6+
7+
# codemodder-java
28

39
This is the Java version of the [Codemodder Framework](https://codemodder.io/), which builds on traditional codemod frameworks by providing
410
codemods with additional context and services. Codemodder plugins inject codemods with the context and services they need to perform complex transforms.

img/codemodder-dark.png

10.4 KB
Loading

img/codemodder-light.png

11.3 KB
Loading

img/codemodder.png

10.4 KB
Loading

0 commit comments

Comments
 (0)