{"id":31144177,"url":"https://github.com/021-projects/xfgit","last_synced_at":"2025-09-18T14:28:02.790Z","repository":{"id":304841526,"uuid":"1020100997","full_name":"021-projects/xfgit","owner":"021-projects","description":"Efficient management tool for XenForo add-on repositories, enabling symlink creation and easy detachment during builds.","archived":false,"fork":false,"pushed_at":"2025-07-19T16:51:17.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-08T17:29:18.490Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/021-projects.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,"zenodo":null}},"created_at":"2025-07-15T10:43:29.000Z","updated_at":"2025-07-19T16:51:21.000Z","dependencies_parsed_at":"2025-07-16T11:52:51.083Z","dependency_job_id":"aad4ce00-4190-4cbe-97e9-710f23651182","html_url":"https://github.com/021-projects/xfgit","commit_stats":null,"previous_names":["021-projects/xfgit"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/021-projects/xfgit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/021-projects%2Fxfgit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/021-projects%2Fxfgit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/021-projects%2Fxfgit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/021-projects%2Fxfgit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/021-projects","download_url":"https://codeload.github.com/021-projects/xfgit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/021-projects%2Fxfgit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275781347,"owners_count":25527354,"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","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-09-18T14:28:00.280Z","updated_at":"2025-09-18T14:28:02.780Z","avatar_url":"https://github.com/021-projects.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xfgit \n\n## What is xfgit?\nxfgit allows for more efficient management of XenForo add-on repositories by creating symlinks and helping to detach them during the build process.\n\n## Installation\n\n### Download the latest release\nYou can download the latest release from the [release page](https://github.com/021-projects/xfgit/releases)\n\n### Build from source\nIf you prefer to build xfgit from source, you will need to have the following dependencies installed:\n- Bun 1.2.17 or later\n\nYou can build xfgit from source by cloning the repository and running the build script:\n```bash\ngit clone https://github.com/021-projects/xfgit.git\ncd xfgit\nbun install\nbun run build\n```\n\nNow your `xfgit` binary should be available in the `bin` directory.\n\nIf you are using a Unix-like operating system and want to make `xfgit` available globally, you can use the following command:\n```bash\nbun run install:unix\n```\n\nThis command will build the binary for your platform and place it in `/usr/local/bin/xfgit`.\n\n## Usage\n\n### Init\nInitializing a new add-on project with predefined directory structure\n```bash\nxfgit init \u003caddon-id\u003e --js\n```\n\n### Alias \nCreating an alias for a XenForo directory in which you will be creating symlinks\n```bash\nxfgit alias \u003calias-name\u003e \u003cpath\u003e\n```\n\n### Link\nCreating an add-on symlinks in the specified XenForo directory\n```bash\ncd \u003cpath-to-addon-repository\u003e\nxfgit link \u003calias-name-or-path\u003e\n```\n\n### Build\nBuilding the add-on: detaching symlinks and creating a zip archive\n```bash\ncd \u003cpath-to-xenforo-directory\u003e\nxfgit build \u003caddon-id\u003e\n```\n\n### Config\n#### Get current configuration\n```bash\nxfgit config\n```\n\n#### Get configuration path\n```bash\nxfgit config -p\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F021-projects%2Fxfgit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F021-projects%2Fxfgit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F021-projects%2Fxfgit/lists"}