2.0.0 • Published 2 years ago

unused-path v2.0.0

Weekly downloads
4
License
-
Repository
github
Last release
2 years ago

Unused Path

Reliably get an unused path and copy/move/write to it.

This is just a wrapper over the following libraries:

Install

npm install --save unused-path

Usage

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"

License

MIT © Fabio Spampinato