pave-path
v0.2.0
Published
Pave the path to ensure it exists.
Downloads
20
Readme
pave-path
Introduction
A utility lib that paves the specific path for you to ensure further operations can be done.
Example
const pavePath = require('pave-path');
pavePath('./foo/bar');
pavePath('/path/to/dir/');
pavePath('0/1/2/3');