JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q49471F
  • License MIT

A powerful CLI tool for analyzing code structure, detecting large functions, finding circular dependencies, and optimizing JavaScript/TypeScript projects.

Package Exports

  • code-tracer-cli
  • code-tracer-cli/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (code-tracer-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🛠️ Code Tracerr CLI – The Ultimate Code Analysis Tool 🚀

Code Tracer CLI is a powerful command-line tool that provides a deep analysis of your JavaScript/TypeScript codebase. It helps you identify bottlenecks, optimize performance, and improve maintainability with an instant report! 📊

Features

  • ✅ File Breakdown – Get an overview of your entire project structure 📁
  • ✅ Large Function Detection – Find bloated functions that need refactoring ✂️
  • ✅ Most Used Imports – Track frequently used dependencies 📦
  • ✅ Circular Dependency Detection – Detect problematic cyclic imports 🔄
  • ✅ Optimization Suggestions – Improve your code with AI-powered insights 🔥
  • ✅ Fast & Lightweight – Runs quickly without unnecessary overhead ⚡

Installation

Install Code Tracerr CLI globally using npm:

  npm install -g code-tracer-cli

Or use it locally in your project:

  npm install -g code-tracer-cli

Usage/Examples

Analyze your project with a single command:

code-tracer 

Appendix

Why Use Code Tracer?

  • 🔹 Helps maintain clean and efficient code 🛠
  • 🔹 Avoids performance bottlenecks 🏎
  • 🔹 Prevents common coding mistakes ⚠️

Screenshots

App Screenshot

Authors