{"id":19798575,"url":"https://github.com/seb0xff/jxa-builder","last_synced_at":"2026-04-27T18:33:28.793Z","repository":{"id":233754974,"uuid":"769268385","full_name":"seb0xff/jxa-builder","owner":"seb0xff","description":"A builder for JXA scripts with modules support.","archived":false,"fork":false,"pushed_at":"2024-12-25T13:03:45.000Z","size":1035,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T16:43:25.553Z","etag":null,"topics":["javascript-for-automation","jxa","macos","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-4-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seb0xff.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-03-08T17:32:49.000Z","updated_at":"2024-12-25T13:03:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"016a6efe-0c02-4061-852d-5b9e3fc0d94a","html_url":"https://github.com/seb0xff/jxa-builder","commit_stats":null,"previous_names":["sebastianpilarz/jxa-builder","seb0xff/jxa-builder"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seb0xff%2Fjxa-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seb0xff%2Fjxa-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seb0xff%2Fjxa-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seb0xff%2Fjxa-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seb0xff","download_url":"https://codeload.github.com/seb0xff/jxa-builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seb0xff%2Fjxa-builder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259172980,"owners_count":22816560,"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":["javascript-for-automation","jxa","macos","python3"],"created_at":"2024-11-12T07:30:21.000Z","updated_at":"2026-04-27T18:33:23.774Z","avatar_url":"https://github.com/seb0xff.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JXA Builder\n\nJavaScript for automation (JXA) builder with automatic dependencies resolution.\nAt the moment you can build a standalone applets and reusable libraries.\n\n\u003e [!IMPORTANT]\n\u003e JXA is Apple's technology, so you can use it only on macOS.\n\n![screenshot](screenshot.png)\n![screenshot](screenshot2.png)\n\n### Features\n\n- Easy splitting of your script into modules\n- Automatic module dependencies resolution\n- Installation/Uninstallation to/from known locations (~/Library/Scripts, /Library/Scripts, /Applications)\n- ability to set custom icon for the applet\n\n### Installation\n\nPython 3.8+ is required.\nPython3 is already installed on macOS, so no need to install it.\n\n```bash\npip install jxa-builder\n## or if you want some isolation\npipx install jxa-builder\n```\n\n### Usage\n\n**Project configuration**\nMost of the build options can be specified in different ways\nThe priority from lowest to highest is:\n\n- package.json _(if you use a package manager)_\n- jxa.json\n- command line arguments\n\nThe naming difference between options in command line and json files is that in json files they are camelCase.\n\nSo these json config options:\n\n```json\n{\n  \"compMode\": \"app\",\n  \"depsInstallMode\": \"system\",\n  \"version\": \"2.0.0\"\n  \"main\": \"src/index.js\",\n  \"appIcon\": \"Neovim.icns\",\n  \"appName\": \"Neovim\",\n}\n```\n\nare equivalent to these command line options:\n\n```bash\n--comp-mode app \\\n--deps-install-mode system \\\n--version 2.0.0 \\\n--main src/index.js \\\n--app-icon Neovim.icns \\\n--app-name \"Neovim\"\n```\n\n**To build and install**\n\n```bash\ncd /path/to/your/project\njxa-builder build\njxa-builder install\n```\n\n```bash\n## You can also specify locations explicitly\njxa-builder build --project-dir /path/to/your/project\njxa-builder install --path /path/to/your/project\n```\n\n### Notes\n\nBy default, shell logs are turned off (enabled using --debug flag)\nHowever, file logs are always on and are stored in\n`~/Library/Logs/jxa-builder.log`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseb0xff%2Fjxa-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseb0xff%2Fjxa-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseb0xff%2Fjxa-builder/lists"}