👯 Gleam shared library
Shared libraries to target javascript and erlang by @gleam-br.
gleam add gbr_shared@1import 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
- [x] test & build
- [x] changelog & issue to doc
-
[x]
auto publishmanual publish-
[x]
gleam publish
-
[x]