Nothing has been indexed for 0.3.3 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

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

Then run:

shards install

shard.yml

No shard.yml has been indexed for 0.3.3. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

This README is the one indexed from the repository at its latest ref, not from the tag for this version.

# 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>