CodeTracker
CodeTracker is a TypeScript library that helps developers track, manage, and report lines of code across different files in a project. It offers utilities to track individual files, update file statistics, and retrieve code metrics.
- ๐งพ Track Individual Files: Easily add and manage files and their lines of code.
- ๐ Update & Remove Files: Convenient methods to update or remove tracked files.
- ๐ Retrieve Code Metrics: Get total lines of code, file details, average lines per file, etc.
- โจ Utility Functions: Batch operations, filtering, reporting, and more.
Bash
$npm install code-tracker
Click to copy