π¦ 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)