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 Trace CLI – The Ultimate Code Analysis Tool 🚀
Code Trace 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 Trace CLI globally using npm:
npm install -g code-trace-cli
Or use it locally in your project:
npm install --save-dev code-trace-cli
Usage/Examples
Analyze your project with a single command:
code-trace analyze ./src
Appendix
Why Use Code Trace?
- 🔹 Helps maintain clean and efficient code 🛠
- 🔹 Avoids performance bottlenecks 🏎
- 🔹 Prevents common coding mistakes ⚠️