Last weekend I wrote and released the Elixir package called “about”.
This adds About topics to the iex environment.
It is installed in the usual way:
Add {:about, "~> 0.0.1"}
to your deps list in mix.exs
Run mix deps.get
Run iex -S mix
You can now use help topics like:
iex(1)> h About.pipeline
I am looking for suggestions/contributions to the project.
It’s hosted on https://github.com/chriseyre2000/about and available on hex.pm and hexdocs.