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