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