bugvinash
v1.0.5
Published
🚀 All-in-one React project analyzer & auto-fixer (bugs, performance, cleanup, README generator)
Maintainers
Readme
🧠 BUGVINASH | बग विनाश | ਬੱਗ ਵਿਨਾਸ਼ | বাগবিনাশ | பக் வினாஷ்
Destroying Bugs Before They Destroy Your GPA 💀
⚡ What is BUGVINASH?:-
BUGVINASH is a CLI tool that scans your React project, detects bugs, performance issues, and bad practices. It doesn’t just find issues… it understands your code, highlights hidden problems, and helps you fix them before they become disasters.
Because debugging at 3 AM before exams is not a lifestyle… it's a problem.
🔍 What It Actually Does:-
🐛 Bug Detection
- Detects
.map()on undefined - Missing
keyin React lists - Syntax issues via AST
- Common React mistakes
⚡ Performance Checks
- Debug logs (
console.log) - Possible unnecessary re-renders
- Inefficient patterns
🧹 Cleaner
- Finds unwanted logs
- Removes them automatically using
--fix
🧠 AST Intelligence
- Detects:
- Unused variables
useEffectwithout dependency array- Suspicious patterns
📊 Project Health Score
You get a final score like:
📊 Project Score: 67/100The lower the score… the more your code is crying internally.
💻 Example Output:-
🧠 BUGVINASH - Destroying Bugs...
⚡ Performance Check:
⚠ src/App.js → Debug logs present
🐛 Bug Detection:
⚠ src/App.js → Possible .map() on undefined
⚠ src/App.js → Missing key prop in list rendering
🧹 Cleaner Check:
⚠ src/App.js → contains console.log
📊 Project Score: 55/100
✅ Your project is healthier now!🧠 Why Use BUGVINASH?:-
Because your project might have:
- Silent performance issues slowing things down 🐢
- Hidden bugs waiting to crash at the worst time 💥
- Unused code increasing complexity unnecessarily 🧹
- Debug logs you forgot to remove 😬
BUGVINASH exposes all of it.
🚀 Installation:-
npm install -g bugvinash🧪 Usage:-
Run inside your React project:
bugvinash🛠 Auto Fix Mode:-
bugvinash --fix💀 Real Talk:-
Built by a student
with backlogs…
and bugs…
who decided to eliminate at least one of them.
🔮 Future Scope:-
- AI-powered bug fixing 🤖
- VS Code Extension 🧩
- Advanced refactoring ⚡
- Auto Comments remover 💬
📜 License:-
MIT License © 2026 Reejal
📲Follow me on:-
📡 Contact Me:-
- Email📧: [email protected]
- Mobile📞: 7018361108
