An open API service indexing awesome lists of open source software.

https://github.com/xord/xot

Useful utility classes and functions.
https://github.com/xord/xot

cpp gem ruby

Last synced: about 1 year ago
JSON representation

Useful utility classes and functions.

Awesome Lists containing this project

README

          

# Xot - Some useful utility classes and functions

![License](https://img.shields.io/github/license/xord/xot)
![Build Status](https://github.com/xord/xot/actions/workflows/test.yml/badge.svg)
![Gem Version](https://badge.fury.io/rb/xot.svg)

## ⚠️ 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](https://github.com/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](./CONTRIBUTING.md).

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:
```ruby
$ gem 'xot'
```

Then, install gem:
```bash
$ bundle install
```

Or install it directly:
```bash
$ gem install xot
```

## πŸ“œ License

**Xot** is licensed under the MIT License.
See the [LICENSE](./LICENSE) file for details.