Current section
Files
Jump to
Current section
Files
gbr_shared
README.md
README.md
# 👯 Gleam shared libraryShared libraries to target `javascript` and `erlang` by @gleam-br.[](https://hex.pm/packages/gbr_shared)[](https://hexdocs.pm/gbr_shared/)```shgleam add gbr_shared@1``````gleamimport gbr/sharedpub fn main() -> Nil { shared.try()}```Further documentation can be found at <https://hexdocs.pm/gbr_shared>.## Development```shgleam run # Run the projectgleam test # Run the tests```## 🌄 Roadmap- [ ] Unit tests- [ ] More docs- [ ] GH workflow - [ ] test & build - [ ] changelog & publish