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)