this is a simpe app built with Deno (cli also supported) to sync folders
the first run creates config file (syncConfig.json)
enumerate "from" and "to" folders in the file
run: deno task dev
test: deno task test
compile: deno task build
usage: ./Sync.exe [fromPath] [toPath]