Better project environment management with direnv and asdf December 18th 2021
Load per project environmental settings and runtimes while ridding yourself of multiple runtime managers (rvm, nvm, etc.)
Customizing phoenix generation templates July 31st 2016
When using a framework’s code generators, its often useful to be able to tweak the code that is generated each time. In particular, the templates that are used to generate the HTML often need a custom structure to match your styling or fronted CSS framework.
In phoenix, this is done by adding new template files …
IEx history July 31st 2016
In elixir, IEx lacks a history in the way that the interactive shells in ruby (pry and irb) have. In order to get this working, erlang-history must be installed.
This can be accomplished with the following:
git clone git@github.com:ferd/erlang-history.git
cd erlang-history
sudo make install