Skip to content

picoderman/tt-health

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tt-health

A Bun terminal tool for scanning a project tree and surfacing comment-marker counts in JS/TS files.

Prerequisite: Bun must be installed.

Usage

Simple

bunx github:picoderman/tt-health

With installation

bun add github:picoderman/tt-health
cd your-project
tth

Running without args targets the current directory. You can also pass a path, for example:

tth ./src

Controls

  • q quit
  • ↑/↓/→/← navigate
  • c edit markers
  • t toggle theme

About

Tool to overview amounts of // @human-tech-debt comments in js/ts code bases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors