kaelor
v0.0.1
Published
A fast, modern JavaScript utility library designed to bring good vibes to your projects.
Maintainers
Readme
kaelor
A fast, modern JavaScript utility library
Installation • Usage • API • License
✨ kaelor is a modern utility library designed to bring good vibes to your JavaScript projects. Currently in active development with more features coming soon!
🚀 Installation
npm install kaeloryarn add kaelorpnpm add kaelor💡 Usage
import { hello, getVersion } from "kaelor";
console.log(hello()); // "kaelor is coming soon 🚀"
console.log(getVersion()); // "0.0.1"📚 API
hello()
Returns a friendly greeting message.
hello() // stringgetVersion()
Returns the current version of kaelor.
getVersion() // string🔧 Development
# Install dependencies
npm install
# Build the package
npm run build
# Run tests (when available)
npm test🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
📄 License
MIT © senapati484
Made with ❤️ by senapati484
