📊 A CLI tool to visualize TypeScript code quality
tarq analyzes TypeScript codebases and provides insights into code metrics such as function length and file complexity. It's written in Rust for blazing-fast performance and scalability.
cargo install tarqRun the tool at the root of your TypeScript project:
$ ls
index.js
$ tarqThe analysis results will be printed to the console. (JSON and graphical output support coming soon.)
- Count classes in index.js
Currently in development. Ideas, PRs, and issues are very welcome!
MIT License
- Ryota Konabe rt.konabe@gmail.com
🎯 From "readable" code to "improvable" code. tarq helps your team elevate code quality to the next level.