Skip to content
/ temp_file Public

An Elixir library to create and track temp files.

License

Notifications You must be signed in to change notification settings

tlux/temp_file

Repository files navigation

TempFile

Build Status Coverage Status Hex.pm

An Elixir library to create and track temp files.

Prerequisites

  • Elixir >= 1.9

Installation

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

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

Docs

Documentation can be generated with ExDoc and is published on HexDocs.

About

An Elixir library to create and track temp files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages