📦 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)