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
-v
needs increase part of version, options:leading
,center
,trailing
.-f
config filename-p
bundle path-d
dist path-o
output path-V
print 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-dist
goreleaser release --rm-dist