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