{"id":16432644,"url":"https://github.com/2nthony/git-delete-branch","last_synced_at":"2025-10-24T07:38:33.304Z","repository":{"id":46081283,"uuid":"191124114","full_name":"2nthony/git-delete-branch","owner":"2nthony","description":"🔌Git delete branch enhancement tooling","archived":false,"fork":false,"pushed_at":"2023-12-15T05:33:33.000Z","size":543,"stargazers_count":5,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-09T09:48:27.992Z","etag":null,"topics":["git","git-branch","git-utils","it-just-works","module","node","tooling"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/2nthony.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":"evillt","open_collective":null,"ko_fi":"evillt","tidelift":null,"custom":"https://donate.evila.me"}},"created_at":"2019-06-10T08:04:01.000Z","updated_at":"2020-05-06T02:15:04.000Z","dependencies_parsed_at":"2024-10-28T15:29:37.927Z","dependency_job_id":"40b6b718-69a4-4c6b-b7f0-742a30a81620","html_url":"https://github.com/2nthony/git-delete-branch","commit_stats":null,"previous_names":["evillt/git-delete-branch"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/2nthony/git-delete-branch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fgit-delete-branch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fgit-delete-branch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fgit-delete-branch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fgit-delete-branch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2nthony","download_url":"https://codeload.github.com/2nthony/git-delete-branch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fgit-delete-branch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264619357,"owners_count":23638439,"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":["git","git-branch","git-utils","it-just-works","module","node","tooling"],"created_at":"2024-10-11T08:43:59.251Z","updated_at":"2025-10-24T07:38:28.255Z","avatar_url":"https://github.com/2nthony.png","language":"JavaScript","funding_links":["https://patreon.com/evillt","https://ko-fi.com/evillt","https://donate.evila.me"],"categories":[],"sub_categories":[],"readme":"# git-delete-branch\n\n\u003e 🔌Git delete branch enhancement tooling\n\nPlease consider starring the project to show your ❤️ and support.\n\n[![NPM version](https://badgen.net/npm/v/git-delete-branch?icon=npm)](https://npmjs.com/package/git-delete-branch)\n[![NPM download](https://badgen.net/npm/dm/git-delete-branch?icon=npm)](https://npmjs.com/package/git-delete-branch)\n[![CircleCI](https://badgen.net/circleci/github/evillt/git-delete-branch?icon=circleci)](https://circleci.com/gh/evillt/git-delete-branch/tree/master)\n[![License](https://badgen.net/npm/license/git-delete-branch)](./LICENSE)\n[![donate](https://badgen.net/badge/support%20me/donate/f2a)](https://donate.evila.me)\n\n## Features\n\n- Support delete matched branches. e.g.`feat-*`\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://unpkg.com/@evillt/media@latest/projects/git-delete-branch/main.svg\"\u003e\n\u003c/p\u003e\n\n## Prerequisites\n\n- git\n- node.js\n\n## Usage\n\nOne-off usage via `npx`:\n\n```sh\n$ npx git-delete-branch [...branches]\n\n# Example\n$ npx git-delete-branch dev test-*\n```\n\nUsing it globally:\n\n```sh\n$ npm i -g git-dlete-branch\n\n# Or using yarn\n$ yarn global add git-delete-branch\n\n$ git-db [...branches]\n$ git-delete-branch [...branches]\n\n# Or using git external commands\n$ git db [...branches]\n$ git delete-branch [...branches]\n```\n\n## CLI\n\n`git-delete-branch [...branches] [options]`\n\n### `branches`\n\nDelete branches\n\n### `options`\n\n#### `-r, --remotes`\n\nDelete remotes branches\n\n#### `--scope \u003cscope\u003e`\n\n- Default: `origin`\n- When: `-r, --remotes`\n\nBranches scope name\n\n## Relates\n\n- [git-delete-tag](https://github.com/evillt/git-delete-tag)\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## Author\n\n**git-delete-branch** © [evillt](https://github.com/evillt), Released under the [MIT](./LICENSE) License.\n\nAuthored and maintained by **EVILLT** with help from contributors ([list](https://github.com/evillt/git-delete-branch/contributors)).\n\n\u003e [evila.me](https://evila.me) · GitHub [@evillt](https://github.com/evillt) · Twitter [@evillt](https://twitter.com/evillt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2nthony%2Fgit-delete-branch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2nthony%2Fgit-delete-branch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2nthony%2Fgit-delete-branch/lists"}