bs-tmp

bucklescript bindings and sugar for node tempfiles


Keywords
bucklescript, temporary, tmp, temp, tempdir, tempfile, tmpdir, tmpfile
License
BSD-2-Clause
Install
npm install bs-tmp@0.0.4

Documentation

bs-tmp

bucklescript bindings and sugar for node tempfiles, based on node-tmp.

Usage

open BsTmp;

let path = Tmp.tempFile();