Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mr-cheff/breeze-rect

A breeze plugin for the Rect programming language
https://github.com/mr-cheff/breeze-rect

breeze build-tool rect

Last synced: about 1 month ago
JSON representation

A breeze plugin for the Rect programming language

Awesome Lists containing this project

README

        

# breeze-rect
A breeze plugin for the Rect programming language

## instalation

```
pip3 install breeze-build breeze-rect

cd your_rect_project
touch breeze.toml
```

then, in your configuration file, type the following contents:

```toml
[project]
name = "hello"
lang = "rect"

[config.rect-lang]
type = "exec"
sources = ["./src/**/*.rct"]
```

and finally,

```
breeze build
```