Skip to content

konabe/tarq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A CLI tool to visualize TypeScript code quality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors