Go to repository

Function copy

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'})

Parameters

Returns string

The bash command string.