UNPKG

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
# Perf-Wizard **Ultimate Performance Analysis Tool** for JavaScript/TypeScript projects with advanced AST analysis, React/Vue optimization, and CI/CD integration. [![npm version](https://img.shields.io/npm/v/perf-wizard.svg)](https://www.npmjs.com/package/perf-wizard) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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)