orbyt
v0.0.1
Published
A fast, modern JavaScript utility library designed to bring good vibes to your projects.
Maintainers
Readme
orbyt
A fast, modern JavaScript utility library
Installation • Usage • API • License
✨ orbyt 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 orbytyarn add orbytpnpm add orbyt💡 Usage
import { hello, getVersion } from "orbyt";
console.log(hello()); // "orbyt is coming soon 🚀"
console.log(getVersion()); // "0.0.1"📚 API
hello()
Returns a friendly greeting message.
hello() // stringgetVersion()
Returns the current version of orbyt.
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
