https://github.com/zerocracy/swarm-template
Use this repository as a template to create your own swarm of judges
https://github.com/zerocracy/swarm-template
ai ruby ruby-template zerocracy
Last synced: about 2 months ago
JSON representation
Use this repository as a template to create your own swarm of judges
- Host: GitHub
- URL: https://github.com/zerocracy/swarm-template
- Owner: zerocracy
- License: mit
- Created: 2024-08-30T06:06:12.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-04-03T15:43:28.000Z (about 2 months ago)
- Last Synced: 2025-04-03T16:37:24.952Z (about 2 months ago)
- Topics: ai, ruby, ruby-template, zerocracy
- Language: Ruby
- Homepage: https://www.zerocracy.com
- Size: 132 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Swarm of Judges, the Template
[](https://github.com/zerocracy/swarm-template/actions/workflows/rake.yml)
Use this repository as a template to create your own swarm of
[judges](https://github.com/yegor256/judges)
for [Zerocracy](https://www.zerocracy.com).## How to contribute
Read
[these guidelines](https://www.yegor256.com/2014/04/15/github-guidelines.html).
Make sure your build is green before you contribute
your pull request. You will need to have
[Ruby](https://www.ruby-lang.org/en/) 3.2+ and
[Bundler](https://bundler.io/) installed. Then:```bash
bundle up
bundle exec rake
```If it's clean and you don't see any error messages, submit your pull request.