Packages

Star feeds is a gleam package for json feed generator

Current section

Files

Jump to
starfeeds README.md
Raw

README.md

# Star Feeds
[![Package Version](https://img.shields.io/hexpm/v/starfeeds)](https://hex.pm/packages/starfeeds)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/starfeeds/)
```sh
gleam add starfeeds
```
```gleam
```
Please see tests for examples
Further documentation can be found at <https://hexdocs.pm/starfeeds>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```