Home >Web Front-end >JS Tutorial >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
I’d love for you to try it out and share your feedback.
The above is the detailed content of My First npm Package!. For more information, please follow other related articles on the PHP Chinese website!