Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mr-cheff/breeze-rect
- Owner: mr-cheff
- License: mit
- Created: 2023-01-02T18:34:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T09:40:37.000Z (about 2 years ago)
- Last Synced: 2024-11-22T03:02:56.828Z (2 months ago)
- Topics: breeze, build-tool, rect
- Language: Python
- Homepage: https://pypi.org/project/breeze-rect/
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# breeze-rect
A breeze plugin for the Rect programming language## instalation
```
pip3 install breeze-build breeze-rectcd 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
```