An open API service indexing awesome lists of open source software.

https://github.com/tlux/temp_file

An Elixir library to create and track temp files.
https://github.com/tlux/temp_file

elixir-library hex tempfile

Last synced: about 1 year ago
JSON representation

An Elixir library to create and track temp files.

Awesome Lists containing this project

README

          

# TempFile

[![Build Status](https://travis-ci.org/tlux/temp_file.svg?branch=master)](https://travis-ci.org/tlux/temp_file)
[![Coverage Status](https://coveralls.io/repos/github/tlux/temp_file/badge.svg?branch=master)](https://coveralls.io/github/tlux/temp_file?branch=master)
[![Hex.pm](https://img.shields.io/hexpm/v/temp_file.svg)](https://hex.pm/packages/temp_file)

An Elixir library to create and track temp files.

## Prerequisites

- Elixir >= 1.9

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `temp_file` to your list of dependencies in `mix.exs`:

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

## Docs

Documentation can be generated with
[ExDoc](https://github.com/elixir-lang/ex_doc) and is published on
[HexDocs](https://hexdocs.pm/temp_file).