develar/app-builder


Generic helper tool to build app in a distributable format

License: MIT

Language: Go

Keywords: electron, snap


app-builder

Generic helper tool to build app in a distributable formats. Used by electron-builder but applicable not only for building Electron applications.

usage: app-builder [<flags>] <command> [<args> ...]

app-builder

Flags:
  --help     Show context-sensitive help (also try --help-long and --help-man).
  --version  Show application version.

Commands:
  help [<command>...]
    Show help.


  blockmap --input=INPUT [<flags>]
    Generates file block map for differential update using content defined
    chunking (that is robust to insertions, deletions, and changes to input
    file)

    -i, --input=INPUT       input file
    -o, --output=OUTPUT     output file
    -c, --compression=gzip  compression, one of: gzip, deflate

  download --url=URL --output=OUTPUT [<flags>]
    Download file.

    -u, --url=URL        The URL.
    -o, --output=OUTPUT  The output file.
        --sha512=SHA512  The expected sha512 of file.

  download-artifact --name=NAME --url=URL [<flags>]
    Download, unpack and cache artifact from GitHub.

    -n, --name=NAME      The artifact name.
    -u, --url=URL        The artifact URL.
        --sha512=SHA512  The expected sha512 of file.

  copy --from=FROM --to=TO [<flags>]
    Copy file or dir.

    -f, --from=FROM
    -t, --to=TO
        --hard-link  Whether to use hard-links if possible

  appimage --app=APP --stage=STAGE --output=OUTPUT [<flags>]
    Build AppImage.

    -a, --app=APP                  The app dir.
    -s, --stage=STAGE              The stage dir.
    -o, --output=OUTPUT            The output file.
        --arch=x64                 The arch.
        --compression=COMPRESSION  The compression.
        --remove-stage             Whether to remove stage after build.

  snap --app=APP --stage=STAGE --output=OUTPUT [<flags>]
    Build snap.

    -t, --template=TEMPLATE  The template file.
    -u, --template-url=TEMPLATE-URL
                             The template archive URL.
        --template-sha512=TEMPLATE-SHA512
                             The expected sha512 of template archive.
    -a, --app=APP            The app dir.
    -s, --stage=STAGE        The stage dir.
        --icon=ICON          The path to the icon.
        --hooks=HOOKS        The hooks dir.
        --arch=amd64         The arch.
    -o, --output=OUTPUT      The output file.
        --docker-image="snapcore/snapcraft:latest"
                             The docker image.
        --docker             Whether to use Docker.
        --remove-stage       Whether to remove stage after build.

  icon --input=INPUT --format=FORMAT --out=OUT [<flags>]
    create ICNS or ICO or icon set from PNG files

    -i, --input=INPUT ...  input directory or file
    -f, --format=FORMAT    output format
        --out=OUT          output directory
    -r, --root=ROOT ...    base directory to resolve relative path

  dmg --volume=VOLUME [<flags>]
    Build dmg.

    --volume=VOLUME
    --icon=ICON
    --background=BACKGROUND

Project Statistics

Sourcerank 11
Repository Size 1.28 MB
Stars 120
Forks 61
Watchers 5
Open issues 37
Dependencies 48
Contributors 40
Tags 49
Created
Last updated
Last pushed

Top Contributors See all

Vladimir Krivosheev Mike Maietta beyondkmp Dennis Ameling Ioannis Charalampidis Julian Waller Marc MacLeod Alex Henrie Jacques Dafflon Markus Heberling James Wheare Adam Smith Marco Trevisan Michel Le Bihan Chris Patterson Omer Akram Theo Gravity Gustavo Cevallos Sergey Peshkov Kevin Cui

Packages Referencing this Repo

github.com/develar/app-builder
Generic helper tool to build app in a distributable format
Latest release v1.11.6-0.20210914124025-c24d1b50fbd3 - Updated - 120 stars
@julusian/test-lib
app-builder precompiled binaries
Latest release 3.5.11-app-builder-bin - Updated - 120 stars
@replace5/app-builder-bin
app-builder precompiled binaries
Latest release 3.5.9 - Published - 120 stars
@julusian/app-builder-bin
app-builder precompiled binaries
Latest release 4.0.1 - Published - 120 stars
app-builder-bin
app-builder precompiled binaries
Latest release 5.0.0-alpha.11 - Updated - 120 stars

Recent Tags See all

v5.0.0-alpha.11 October 15, 2024
v5.0.0-alpha.10 September 24, 2024
v5.0.0-alpha.9 September 15, 2024
v5.0.0-alpha.8 September 12, 2024
v5.0.0-alpha.7 July 30, 2024
v5.0.0-alpha.6 July 18, 2024
v5.0.0-alpha.5 July 18, 2024
v5.0.0-alpha.4 June 25, 2024
v5.0.0-alpha.3 May 01, 2024
v5.0.0-alpha.2 March 18, 2024
v5.0.0-alpha.1 March 15, 2024
v5.0.0-alpha.0 March 14, 2024
v4.2.0 September 12, 2023
v3.4.2 July 24, 2019
v3.4.0 July 17, 2019

Something wrong with this page? Make a suggestion

Last synced: 2024-10-15 15:50:45 UTC

Login to resync this repository