Skip to content

mikkurogue/tta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTA - TypeScript Type Analisys

this tool has been created to analyse types from typescript projects to find duplicate entries.

For now we have hardcoded to ignore node_modules and the .nx folder (as the project it is mainly used in is a nx monorepo)

Usage

tta scans the current working directory recursively

tta <dir> scans the directory given in the cli

tta --verbose logs any errors that was found during analysis

Installation

best way to install this is through cargo

git clone https://github.com/mikkurogue/tta.git && cd tta && cargo install --path . --locked && cd .. && rm -rf tta

About

small tool to list duplicated types in a typescript project

Resources

Stars

Watchers

Forks

Contributors