All Projects → develar → app-builder

develar / app-builder

Licence: MIT license
Generic helper tool to build app in a distributable format

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to app-builder

Cqtdeployer
This project is used to deploy applications written using QML, qt or other С / С++ frameworks.
Stars: ✭ 225 (+171.08%)
Mutual labels:  snap
vue-scroll-snap
A super simple Vue component that allows fullscreen and horizontal scroll snapping.
Stars: ✭ 25 (-69.88%)
Mutual labels:  snap
meta-package-manager
🎁 a wrapper around all package managers
Stars: ✭ 277 (+233.73%)
Mutual labels:  snap
booster
Build flexible, powerful multi-homed systems
Stars: ✭ 25 (-69.88%)
Mutual labels:  snap
react-native-reanimated-carousel
🎠 React Native swiper/carousel component, fully implemented using reanimated v2, support to iOS/Android/Web. (Swiper/Carousel)
Stars: ✭ 1,461 (+1660.24%)
Mutual labels:  snap
shitload
The appropriate bullgit loading animation
Stars: ✭ 15 (-81.93%)
Mutual labels:  snap
Scroll Snap
↯ Snap page when user stops scrolling, with a customizable configuration and a consistent cross browser behaviour
Stars: ✭ 187 (+125.3%)
Mutual labels:  snap
packages
Docker Image, Flatpak, Windows, and Ubuntu SNAP packages for a few OSS projects
Stars: ✭ 16 (-80.72%)
Mutual labels:  snap
notepad-plus-plus
Unofficial snap repo for notepad-plus-plus snap
Stars: ✭ 51 (-38.55%)
Mutual labels:  snap
openjdk
Current JDK release and early-access builds
Stars: ✭ 27 (-67.47%)
Mutual labels:  snap
nextcloud-snap
☁️📦 Nextcloud packaged as a snap
Stars: ✭ 1,445 (+1640.96%)
Mutual labels:  snap
runtime-snaps
Core repository for Solus runtime snaps
Stars: ✭ 32 (-61.45%)
Mutual labels:  snap
NinjaDroid
Ninja Reverse Engineering on Android APK packages
Stars: ✭ 224 (+169.88%)
Mutual labels:  snap
Interactive Data Editor
A Software to interactively edit data in a graphical manner
Stars: ✭ 35 (-57.83%)
Mutual labels:  snap
duolingo-desktop
Desktop client for the Duolingo language learning application
Stars: ✭ 34 (-59.04%)
Mutual labels:  snap
Snap.svg
The JavaScript library for modern SVG graphics.
Stars: ✭ 13,346 (+15979.52%)
Mutual labels:  snap
obs-studio
This is a community-supported modified build of OBS Studio.
Stars: ✭ 86 (+3.61%)
Mutual labels:  snap
NetsBlox
a networked visual programming language based on Snap!
Stars: ✭ 59 (-28.92%)
Mutual labels:  snap
winbox
Snap package with winbox from MikroTik (https://mikrotik.com)
Stars: ✭ 31 (-62.65%)
Mutual labels:  snap
rpncalc
RPNCalc: The Command Line Reverse Polish Notation (RPN) Calculator
Stars: ✭ 19 (-77.11%)
Mutual labels:  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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].