View Source TripSwitch

TODO: Add description

installation

Installation

If available in Hex, the package can be installed by adding trip_switch to your list of dependencies in mix.exs:

def deps do
  [
    {:trip_switch, "~> 0.1.3"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/trip_switch.

release

Release

An alias/command is included to make a new release of the package.

# include --initial for first release and without for subsequent releases
mix ops.release