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.
- Host: GitHub
- URL: https://github.com/tlux/temp_file
- Owner: tlux
- License: mit
- Created: 2019-09-09T22:35:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T21:38:59.000Z (over 6 years ago)
- Last Synced: 2025-06-19T10:28:57.302Z (about 1 year ago)
- Topics: elixir-library, hex, tempfile
- Language: Elixir
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TempFile
[](https://travis-ci.org/tlux/temp_file)
[](https://coveralls.io/github/tlux/temp_file?branch=master)
[](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).