Reliably get an unused path and copy/move/write to it.
This is just a wrapper over the following libraries:
npm install --save unused-path
import unusedPath from 'unused-path';
unusedPath.get; // Exposes "get-unused-path"
unusedPath.copy; // Exposes "copy-unused-path"
unusedPath.move; // Exposes "move-unused-path"
unusedPath.write; // Exposes "write-unused-path"
MIT © Fabio Spampinato