An open API service indexing awesome lists of open source software.

https://github.com/logflare/release_logger_example


https://github.com/logflare/release_logger_example

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# ReleaseLogger: a minimal Elixir app with logging from releases

Generate a new release and run it with attached iex.

```bash
mix release
_build/dev/rel/release_logger/bin/release_logger start_iex
```
then execute in the iex console

```elixir
> ReleaseLogger.hello()
```