-
released this
2026-03-14 17:00:17 -03:00 | 239 commits to main since this releaseKoder v2.6.0 — Source-to-Source Transpiler
New:
koder convertConvert entire projects from Ruby, Python, or Crystal to Koder.
koder convert ~/rails-app/ --from ruby -o ~/koder-app/ --verbose koder convert ~/django-app/ --from python -o ~/koder-app/Features
- Ruby→Koder: classes, blocks, lambdas, Rails detection, Gemfile→koder.toml
- Python→Koder: indentation→end, init→initialize, self→@var, f-strings→#{}
- Crystal→Koder: reuses Ruby converter
- Recursive directory: mirrors project structure, copies non-code files
- Flags: --dry-run, --verbose, --exclude
- Report: converted/copied/skipped/failed counts
2814 tests, 0 failures
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads