๐ฏ Gleam shared library
Shared libraries to target javascript and erlang by @gleam-br.
gleam add gbr_shared@1
import gbr/shared
pub fn main() -> Nil {
shared.try()
}
Further documentation can be found at https://hexdocs.pm/gbr_shared.
Development
gleam run # Run the project
gleam test # Run the tests
๐ Roadmap
- Unit tests
- More docs
-
GH workflow
- test & build
- changelog & publish