gittype

Turn your source code into typing challenges and practice coding

brewmacoslinux
Try with needOr install directly
Source

About

CLI code-typing game that turns your source code into typing challenges

Commands

gittype

Examples

Start a typing challenge from a local repository$ gittype /path/to/repo
Practice typing a specific file from your repository$ gittype /path/to/repo --file src/main.py
Run interactive typing game with random code snippet$ gittype --random