DEV Community

Mahmud R. Farhan
Mahmud R. Farhan

Posted on

My First npm Package!

🌟 Excited to Share My First npm Package! 🌟
Hi everyone! I'm thrilled to announce that I've published my first npm package, @conflow/string-utils, a simple and handy library for string manipulation! πŸŽ‰
πŸ“¦ Features:
Reverse a string
Capitalize words
Count vowels
πŸ‘‰ Check it out on npm: https://www.npmjs.com/package/@conflow/string-utils

πŸ‘‰ Source code on GitHub: https://github.com/mahmud-r-farhan/string-utils
πŸ‘‰ npm command:

npm i @conflow/string-utils
Enter fullscreen mode Exit fullscreen mode

I’d love for you to try it out and share your feedback.

Top comments (0)