shlogg ยท Early preview
Mahmud R. Farhan @mahmud_r_farhan

Publishing First Npm Package: @conflow/string-utils

Just released my first npm package, `@conflow/string-utils`! This lightweight library offers string manipulation functions like reverse, capitalize, and vowel count. Give it a try on npm: https://www.npmjs.com/package/@conflow/string-utils

๐ŸŒŸ 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

    
    

    
    




Iโ€™d love for you to try it out and share your feedback.