yarn add movets
# or
npm install movets --save
import move from 'movets';
move(
'/home/projects/hello-world', // route
'src/utils.ts', // source
'src/utils/index.ts' // target
);
import move from 'movets';
move(
'/home/projects/hello-world', // route
'src/utils', // source
'src/helpers/utils' // target
);