{"id":15636566,"url":"https://github.com/develar/app-builder","last_synced_at":"2025-05-14T20:04:56.397Z","repository":{"id":28105026,"uuid":"116283624","full_name":"develar/app-builder","owner":"develar","description":"Generic helper tool to build app in a distributable format","archived":false,"fork":false,"pushed_at":"2024-12-12T19:38:52.000Z","size":1346,"stargazers_count":124,"open_issues_count":39,"forks_count":65,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-13T14:06:11.504Z","etag":null,"topics":["electron","snap"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/develar.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-04T16:40:52.000Z","updated_at":"2025-01-16T10:27:28.000Z","dependencies_parsed_at":"2024-06-17T00:25:42.693Z","dependency_job_id":"b25d8117-2111-4e16-860b-268edc4db1ba","html_url":"https://github.com/develar/app-builder","commit_stats":{"total_commits":241,"total_committers":40,"mean_commits":6.025,"dds":0.3153526970954357,"last_synced_commit":"580c34f2e19347061bc2243fa6ab6e57e9bbd2a6"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/develar%2Fapp-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/develar%2Fapp-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/develar%2Fapp-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/develar%2Fapp-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/develar","download_url":"https://codeload.github.com/develar/app-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248724639,"owners_count":21151561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron","snap"],"created_at":"2024-10-03T11:05:08.501Z","updated_at":"2025-04-13T14:06:18.640Z","avatar_url":"https://github.com/develar.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# app-builder\n\nGeneric helper tool to build app in a distributable formats.\nUsed by [electron-builder](http://github.com/electron-userland/electron-builder) but applicable not only for building Electron applications.\n\n```\nusage: app-builder [\u003cflags\u003e] \u003ccommand\u003e [\u003cargs\u003e ...]\n\napp-builder\n\nFlags:\n  --help     Show context-sensitive help (also try --help-long and --help-man).\n  --version  Show application version.\n\nCommands:\n  help [\u003ccommand\u003e...]\n    Show help.\n\n\n  blockmap --input=INPUT [\u003cflags\u003e]\n    Generates file block map for differential update using content defined\n    chunking (that is robust to insertions, deletions, and changes to input\n    file)\n\n    -i, --input=INPUT       input file\n    -o, --output=OUTPUT     output file\n    -c, --compression=gzip  compression, one of: gzip, deflate\n\n  download --url=URL --output=OUTPUT [\u003cflags\u003e]\n    Download file.\n\n    -u, --url=URL        The URL.\n    -o, --output=OUTPUT  The output file.\n        --sha512=SHA512  The expected sha512 of file.\n\n  download-artifact --name=NAME --url=URL [\u003cflags\u003e]\n    Download, unpack and cache artifact from GitHub.\n\n    -n, --name=NAME      The artifact name.\n    -u, --url=URL        The artifact URL.\n        --sha512=SHA512  The expected sha512 of file.\n\n  copy --from=FROM --to=TO [\u003cflags\u003e]\n    Copy file or dir.\n\n    -f, --from=FROM\n    -t, --to=TO\n        --hard-link  Whether to use hard-links if possible\n\n  appimage --app=APP --stage=STAGE --output=OUTPUT [\u003cflags\u003e]\n    Build AppImage.\n\n    -a, --app=APP                  The app dir.\n    -s, --stage=STAGE              The stage dir.\n    -o, --output=OUTPUT            The output file.\n        --arch=x64                 The arch.\n        --compression=COMPRESSION  The compression.\n        --remove-stage             Whether to remove stage after build.\n\n  snap --app=APP --stage=STAGE --output=OUTPUT [\u003cflags\u003e]\n    Build snap.\n\n    -t, --template=TEMPLATE  The template file.\n    -u, --template-url=TEMPLATE-URL\n                             The template archive URL.\n        --template-sha512=TEMPLATE-SHA512\n                             The expected sha512 of template archive.\n    -a, --app=APP            The app dir.\n    -s, --stage=STAGE        The stage dir.\n        --icon=ICON          The path to the icon.\n        --hooks=HOOKS        The hooks dir.\n        --arch=amd64         The arch.\n    -o, --output=OUTPUT      The output file.\n        --docker-image=\"snapcore/snapcraft:latest\"\n                             The docker image.\n        --docker             Whether to use Docker.\n        --remove-stage       Whether to remove stage after build.\n\n  icon --input=INPUT --format=FORMAT --out=OUT [\u003cflags\u003e]\n    create ICNS or ICO or icon set from PNG files\n\n    -i, --input=INPUT ...  input directory or file\n    -f, --format=FORMAT    output format\n        --out=OUT          output directory\n    -r, --root=ROOT ...    base directory to resolve relative path\n\n  dmg --volume=VOLUME [\u003cflags\u003e]\n    Build dmg.\n\n    --volume=VOLUME\n    --icon=ICON\n    --background=BACKGROUND\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelar%2Fapp-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevelar%2Fapp-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelar%2Fapp-builder/lists"}