DEV Community

Imran Khan
Imran Khan

Posted on

Finished Node.js Fundamentals + Published My First npm Package!

📦 Finished learning Node.js Fundamentals!
✅ Explored CommonJS & ES6 Modules
✅ Learned fs module – read, write, append files
✅ Understood npm inside-out
🚀 Built & published my first npm package: word-counter-imrank

Try it:
npx word-counter-imrank file.txt [optional-word]
npx word-counter-imrank file.txt

npm install -g word-counter-imrank (to use it globally)

Top comments (0)