Installation

# Add this to your shard.yml
dependencies:
  workr:
    github: sirikon/workr
    version: ~> 0.3.4

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
GPL-3.0
Author
Carlos Fdez. Llamas <hello@sirikon.me>
Target
  • workr from src/workr.cr

Dependencies

Runtime Dependencies

  • jwt*github: crystal-community/jwt
  • router*github: tbrand/router.cr

README

# Workr

Workr is a **simple** and **easy** to setup job runner for any kind of
automation. Think of it like a lightweight and super-simplified
[Jenkins](https://www.jenkins.io/) or a self-hosted
[CircleCI](https://circleci.com/) that you configure using **plain text files**
and each job is just a **runnable script**.

See it in action [here](https://workr.srk.bz/). Workr is used to automate its
own releases to GitHub. Read the [documentation](./docs/docs.md) to learn more.

<p align="center">
    <img src="./assets/readme_header.png">
</p>