Attempt at electron-based, terminal-inspired launcher/utility.
# run application in development mode & watch files (for live-reload)
yarn dev
# run application in production mode
yarn start
# clean dist/* and app/*, compile TS to JS and copy other files to app/*
yarn compile
# watch app/ files and trigger electron reload in yarn dev/start
yarn watch
# create unpacked build with electron-builder
yarn pack
# create packed build & installer with electron-builder
yarn dist