Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhitaker committed Jul 23, 2024
1 parent 5fc13e2 commit ef32880
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

<img src="./assets/runny-logo.png" width="100" alt="Runny logo" />

It's the future, so stop using Makefiles to run things. Use Runny.
Makefiles are for boomers. The future is Runny.

## Features

* ❤️ Simple YAML syntax inspired by Github Actions
* 🪄 Full schema validaton == autocomplete in your favourite code editor
* 🧱 Build workflows through composition with `needs`
* 🏃‍♂️ Skip the steps you don't need to run with `if`

## Installation

Expand All @@ -28,6 +35,7 @@ commands:
command: |
uv pip compile requirements.in -o requirements.txt
uv pip sync requirements.txt
```
Then run commands with runny:
Expand Down

0 comments on commit ef32880

Please sign in to comment.