Current section
Files
Jump to
Current section
Files
README.md
# flash
[](https://hex.pm/packages/flash)
[](https://hexdocs.pm/flash/)
[](https://github.com/larzconwell/flash/blob/main/LICENSE)
[](https://github.com/larzconwell/flash/actions)
`flash` is a Gleam package enabling structured logging in both Erlang and JavaScript environments.
## Usage
```
gleam add flash
```
```gleam
import flash
pub fn main() {
}
```
## Developing
```shell
ln -s $(pwd)/.hooks/pre-commit .git/hooks/pre-commit
gleam format
gleam build
gleam test
```