Skip to content

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

License

Notifications You must be signed in to change notification settings

fabiospampinato/unused-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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