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