Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yanamura/tempry

Get a random temporary directory path
https://github.com/yanamura/tempry

script swift swift-script temporary temporary-directory

Last synced: 13 days ago
JSON representation

Get a random temporary directory path

Awesome Lists containing this project

README

        

# Tempry
[![Build Status](https://travis-ci.org/yanamura/Tempry.svg?branch=master)](https://travis-ci.org/yanamura3/Tempry)

Get a random temporary directory path

## Usage

### create temporary directory and get the path
```swift
path = try Tempry.directory()
```

### delete temporary directory
```swift
try Tempry.dispose(path: path)
```