A tool to detect duplicate or near-duplicate TypeScript type/interface definitions in your codebase.
Install typescript-dry
via npm:
npm install -g typescript-dry
Scan your repository for exact duplicate type/interface definitions:
npx typescript-dry .
Detect near-duplicate definitions with a similarity threshold (e.g., 85%):
npx typescript-dry . -t 0.85
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
If you encounter issues or have questions, file an issue on the GitHub repository.