TODO: Add description
This tool uses either configuration file or environmental variable. Environmental variable takes precedence over the configuration file.
Configuration file should be named .spacebrew and can be placed in ~/ or
~/.config/spacebrew, with ~/ taking precedence.
All of the options from the config can be set and overridden with environmental variables
Options for configuring is the home folder for the spacebrew files:
SPACEBREW_HOME with default value of ~/.config/spacebrew.
If available in Hex, the package can be installed
by adding spacebrew to your list of dependencies in mix.exs:
def deps do
[
{:spacebrew, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/spacebrew.