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.
- Host: GitHub
- URL: https://github.com/xord/xot
- Owner: xord
- License: mit
- Created: 2015-03-15T15:07:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T18:14:23.000Z (about 2 years ago)
- Last Synced: 2024-10-06T13:47:52.270Z (almost 2 years ago)
- Topics: cpp, gem, ruby
- Language: Ruby
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](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.