Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgbiel/summarizer-lustretest
A toy project to try out Lustre
https://github.com/pgbiel/summarizer-lustretest
Last synced: 7 days ago
JSON representation
A toy project to try out Lustre
- Host: GitHub
- URL: https://github.com/pgbiel/summarizer-lustretest
- Owner: PgBiel
- License: mit
- Created: 2024-05-25T22:34:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-25T22:46:57.000Z (7 months ago)
- Last Synced: 2024-12-09T08:33:22.501Z (15 days ago)
- Language: Gleam
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# summarizer-lustretest
[![Package Version](https://img.shields.io/hexpm/v/lustretest)](https://hex.pm/packages/lustretest)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/lustretest/)Small Lustre application which attempts to summarize headings in some HTML.
## Quick start
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```