Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otherjoel/beeswax
🐝🧇 Prototype template #lang for Pollen
https://github.com/otherjoel/beeswax
Last synced: about 1 month ago
JSON representation
🐝🧇 Prototype template #lang for Pollen
- Host: GitHub
- URL: https://github.com/otherjoel/beeswax
- Owner: otherjoel
- License: other
- Created: 2021-02-07T18:47:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T15:33:24.000Z (over 1 year ago)
- Last Synced: 2024-05-10T00:20:26.008Z (9 months ago)
- Language: Racket
- Homepage:
- Size: 85.9 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
beeswax [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md)
=======Beeswax is a `#lang` (a [Racket][r] DSL) for string-based templates, as well as some facilities for
applying templates to sources. It is designed to fit seamlessly into [Pollen][pp] projects but could
be useful in other contexts.**Documentation is at **
To install Beeswax from the command line:
> raco pkg install beeswax
Or using DrRacket: click the **File** menu → **Install Package …** and enter `beeswax`.
[r]: https://racket-lang.org
[pp]: https://pollenpub.com