Uploader script to tiye.me . Read upload.edn
as config.
yarn global add @tiye/uploader
Example config file:
{:host "tiye.me"
:uploads [{:from "dist/*"
:to "cdn/calcit-workflow/"}
{:from "dist/{index.html,manifest.json}"
:to "repo/mvc-works/calcit-workflow/"}]}
MIT