8 releases
Uses new Rust 2024
| 0.1.7 | Jul 27, 2025 |
|---|---|
| 0.1.6 | Jul 22, 2025 |
#538 in #typescript
369 downloads per month
Used in tarq
10KB
tarq
📊 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.
🔧 Installation
cargo install tarq
🚀 Usage
Run the tool at the root of your TypeScript project:
$ ls
index.js
$ tarq
The analysis results will be printed to the console. (JSON and graphical output support coming soon.)
📦 Features (Including planned)
- Count classes in index.js
🏗 Project Status
Currently in development. Ideas, PRs, and issues are very welcome!
📄 License
MIT License
🙋♂️ Author
- Ryota Konabe rt.konabe@gmail.com
🎯 From "readable" code to "improvable" code. tarq helps your team elevate code quality to the next level.
Dependencies
~15–29MB
~320K SLoC