syncpathutils
v0.1.2
Published
sync path utils, such as save, load, exists, mkdir, touch etc
Downloads
3
Readme
syncpathutils
sync path utils, such as save, load, exists, mkdir, touch etc
Install
npm i syncpathutils
Usage
import * as spu from 'syncpathutils'
spu.mkdir('./jaja')
spu.cp('inPath', 'outPath')
// ... etc