My laptop started heating up like crazy 🔥 VS Code was lagging every time I opened one of my projects… At first, I thought: “Maybe it’s just my system 🤷♂️” But then I paused and asked: 👉 How big is this project actually? 👉 How much code am I loading every time? So I did what every developer does… I built a tool 😄 🚀 Introducing gs-codecount - A simple npm package that helps you: - Count total lines of code - Analyze project size - Ignore unnecessary folders like node_modules Understand what’s actually slowing things down Turns out… the project was way bigger than I expected 👀 Sometimes the problem isn’t your laptop, it’s the amount of code you’re asking it to handle. 📦 Check it out : https://lnkd.in/gvaJKYeg Launch under Geeta Systems Would love your thoughts and suggestions 🙌 #buildinpublic #javascript #nodejs #developers #opensource #webdev
It should be a quite helpful Harsh Yadav.
Quick reference https://www.npmjs.com/package/gs-codecount can be used as npx gs-codecount js ts