Xot - Some useful utility classes and functions

Ask DeepWiki License Build Status Gem Version

⚠️ 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.