perf-wizard
Version:
🚀 Ultimate Performance Analysis Tool - Advanced AST Analysis, React/Vue Optimization, Bundle Impact & Memory Leak Detection
35 lines (24 loc) • 1.1 kB
Markdown
# Perf-Wizard
**Ultimate Performance Analysis Tool** for JavaScript/TypeScript projects with advanced AST analysis, React/Vue optimization, and CI/CD integration.
[](https://www.npmjs.com/package/perf-wizard)
[](https://opensource.org/licenses/MIT)
## Features
- **Advanced AST Analysis** - Real code analysis using Babel parser
- **React/Vue Optimization** - Component-specific performance analysis
- **Bundle Impact Analysis** - Heavy library detection
- **Memory Leak Detection** - Event listeners, timers analysis
- **Performance Scoring** - 0-100 scoring with A+ to F grades
- **CI/CD Integration** - JSON output for automated builds
- **Config Support** - .perf-wizardrc customization
## Installation
\\\ash
npm install -g perf-wizard
\\\
## Quick Start
\\\ash
# Analyze current directory
perf-wizard
# JSON output for CI
perf-wizard --json --ci --score-threshold 80
\\\
Made with by [@Airyshtoteles](https://github.com/Airyshtoteles)