Skip to content

ccggyy/epb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 21, 2022
3e4ace3 · Nov 21, 2022

History

4 Commits
Nov 20, 2022
Nov 20, 2022
Nov 21, 2022
Nov 20, 2022
Nov 21, 2022
Nov 21, 2022
Nov 20, 2022
Nov 21, 2022
Nov 21, 2022

Repository files navigation

EPB

EPB is short for E Package Builder

Install

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

Using

  • -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/ 

Build snapshot with GoReleaser

Before run following command, make sure you have been installed goreleaser on your machine.

goreleaser build --snapshot --rm-dist

Release with GoReleaser

goreleaser release --rm-dist