Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 475 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 475 Bytes

Useless

Hex Version

Application that doesn't do anything except start up a supervisor with no children. For the purpose of having an app that a testing runtime can start and stop with no consequences.

Installation

def deps do
  [
    {:useless, "~> 0.1.0"}
  ]
end

Usage

Run it with Application.ensure_all_started/2. Or not. It don't do nuthin'.