Skip to content

JonGretar/erlang_user_utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A collection of handy user utilities for the Erlang shell. Read this blog post for background.

sync()              %   compiles all files in Emakefile and load into current shell
reload()            %   reload loaded modules
reload_then(Fun)    %   reload then exec a function
git(String)         %   run git command

Add the following to ~/.erlang to enable them:

code:load_abs("/Path/To/erlang_user_utilities/user_default").

Releases

No releases published

Packages

No packages published

Languages