#typescript #metrics

tarq_core

Tool collecting code metrics for TypeScript

8 releases

Uses new Rust 2024

0.1.7 Jul 27, 2025
0.1.6 Jul 22, 2025

#538 in #typescript

Download history 1/week @ 2025-10-06 3/week @ 2025-10-13 2/week @ 2025-10-20

369 downloads per month
Used in tarq

MIT/Apache

10KB

crates.io

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


🎯 From "readable" code to "improvable" code. tarq helps your team elevate code quality to the next level.

Dependencies

~15–29MB
~320K SLoC