README.md
# rad ✨
[](https://hex.pm/packages/rad)
[](https://hexdocs.pm/rad/)
[](https://github.com/tynanbe/rad/blob/main/LICENSE)
[](https://github.com/tynanbe/rad/actions)
A flexible task runner companion for the Gleam build manager.
## Quick start
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```
## Installation
If available on Hex this package can be added to your Gleam project:
```sh
gleam add --dev rad
```
and its documentation can be found at <https://hexdocs.pm/rad>.