jindo-js-tools
v1.0.0
Published
A fun utility library of JavaScript tools and algorithms inspired by a Jindo dog
Maintainers
Readme
🐕 jindo-js-tools
A fun, lightweight utility library for JavaScript — inspired by the curious spirit of the Jindo dog.
✨ Features
- 📦 Array helpers –
sortAsc,sortDesc - 🔢 Number tools –
isEven,isOdd - 🔤 String functions –
reverseString,isPalindrome,countVowels,slugify - ✅ Fully tested with Jest
📦 Install
Coming soon on NPM!
Until then, clone locally:
git clone https://github.com/your-username/jindo-js-tools.git
cd jindo-js-tools
npm install