Returns the string for the bash command to run a copy command, copying a file or directory to another location.
copy({src :'./dist/index.js', dist: './dist/index.es.js'}) Copy
copy({src :'./dist/index.js', dist: './dist/index.es.js'})
The options applied when running the move.
The bash command string.
Returns the string for the bash command to run a copy command, copying a file or directory to another location.
Example