fs-movedir
Move a directory into another directory.
Usage
const movedir = ; ;// move 'Spain 2016' into 'holiday pics' ;// move 'myproject' into 'javascript'
This will create the target directory if it doesn't exist.
Move a directory into another directory.
const movedir = ; ;// move 'Spain 2016' into 'holiday pics' ;// move 'myproject' into 'javascript'
This will create the target directory if it doesn't exist.
npm i fs-movedir
0
1.0.1
MIT