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