Xot - Some useful utility classes and functions
β οΈ Notice
This repository is a read-only mirror of our monorepo. We do not accept pull requests or direct contributions here.
π Where to Contribute?
All development happens in our xord/all monorepo, which contains all our main libraries. If you'd like to contribute, please submit your changes there.
For more details, check out our Contribution Guidelines.
Thanks for your support! π
π About
Xot is a small utility library that was extracted for internal use to provide basic helper classes and functions across our own Ruby gems.
Itβs not intended for general public use, but rather serves as a simple collection of utilities to make our own development process more efficient and consistent.
Feel free to explore, but please note that itβs not actively maintained or intended for broad adoption.
π¦ Installation
Add this line to your Gemfile:
$ gem 'xot'
Then, install gem:
$ bundle install
Or install it directly:
$ gem install xot
π License
Xot is licensed under the MIT License. See the LICENSE file for details.