watch-build-copy
v1.0.0
Published
script to watch a folder, run a build command and copy the result
Downloads
177
Readme
Usage
watch-build-copy --help
watch-build-copy <watch> <build> <dist> <target>
watch build copy
Positionals:
watch directory to watch [string]
build command to build [string]
dist dist directory [string]
target target directory [string]
Options:
--version Show version number [boolean]
--help Show help [boolean]
-t, --timeout the throttle timeout in ms for the build command[default: 1000]