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.