Go to repository

Function move

Returns the string for the bash command to run a move command, moving files from one location to another.

move({ src: './src', dest: './dist' })

Parameters

Returns string

The bash command string.