unused-path
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i unused-path

Weekly Downloads

2

Version

2.0.0

License

none

Unpacked Size

3.44 kB

Total Files

8

Last publish

Collaborators

  • fabiospampinato