EPB is short for E Package Builder
On macOS or Linux, run following command.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/ccggyy/epb/HEAD/install.sh)"On Windows, manual download binary from release and then unzip to following directory.
%USERPROFILE%\AppData\Local\Microsoft\WindowsApps-vneeds increase part of version, options:leading,center,trailing.-fconfig filename-pbundle path-ddist path-ooutput path-Vprint version
epb \
-v trailing \
-f package.json \
-p /path/to/bundle/ \
-d /path/to/dist/ \
-o /path/to/output/ Before run following command, make sure you have been installed goreleaser on your machine.
goreleaser build --snapshot --rm-distgoreleaser release --rm-dist