A CLI app that lets you transpile and minify your JS
node ^8.0.0
yarn ^1.0.0
yarn global add transpuglify
Usage: transpuglify [flags]
--version, -v ..................show package version
--help, -h .....................show help menu
--map, -m ......................include source maps
--outputDirectory, -o <path> ...specify path for the transformed files to be saved
--entryDirectory, -e <path> ....specify parent directory path where the original files are stored
--individual, -i ...............create individually transformed files