{"id":16432677,"url":"https://github.com/2nthony/git-delete-tag","last_synced_at":"2026-02-06T07:04:36.890Z","repository":{"id":44115937,"uuid":"192170084","full_name":"2nthony/git-delete-tag","owner":"2nthony","description":"Git delete tag enhancement tooling","archived":false,"fork":false,"pushed_at":"2023-12-15T11:33:51.000Z","size":814,"stargazers_count":2,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-06T23:56:27.131Z","etag":null,"topics":["git","git-tag","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-16T08:56:58.000Z","updated_at":"2025-06-05T06:17:27.000Z","dependencies_parsed_at":"2024-10-28T15:29:40.787Z","dependency_job_id":"e8640666-1c90-4261-a150-e54e75fb1d4f","html_url":"https://github.com/2nthony/git-delete-tag","commit_stats":null,"previous_names":["evillt/git-delete-tag"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/2nthony/git-delete-tag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fgit-delete-tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fgit-delete-tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fgit-delete-tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fgit-delete-tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2nthony","download_url":"https://codeload.github.com/2nthony/git-delete-tag/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2nthony%2Fgit-delete-tag/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29153890,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["git","git-tag","git-utils","it-just-works","module","node","tooling"],"created_at":"2024-10-11T08:44:05.989Z","updated_at":"2026-02-06T07:04:36.875Z","avatar_url":"https://github.com/2nthony.png","language":"JavaScript","readme":"# git-delete-tag\n\n\u003e Git delete tag enhancement tooling\n\nPlease consider starring the project to show your ❤️ and support.\n\n[![NPM version](https://badgen.net/npm/v/git-delete-tag?icon=npm)](https://npmjs.com/package/git-delete-tag)\n[![NPM download](https://badgen.net/npm/dm/git-delete-tag?icon=npm)](https://npmjs.com/package/git-delete-tag)\n[![CircleCI](https://badgen.net/circleci/github/evillt/git-delete-tag?icon=circleci)](https://circleci.com/gh/evillt/git-delete-tag/tree/master)\n[![License](https://badgen.net/npm/license/git-delete-tag)](./LICENSE)\n[![donate](https://badgen.net/badge/support%20me/donate/f2a)](https://donate.evila.me)\n\n## Features\n\n- Support delete matched tags. e.g.`v1*`\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://unpkg.com/@evillt/media@latest/projects/git-delete-tag/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-tag [...tags]\n\n# Example\n$ npx git-delete-tag dev test-*\n```\n\nUsing it globally:\n\n```sh\n$ npm i -g git-delete-tag\n\n# Or using yarn\n$ yarn global add git-delete-tag\n\n$ git-dt [...tags]\n$ git-delete-tag [...tags]\n\n# Or using git external commands\n$ git dt [...tags]\n$ git delete-tag [...tags]\n```\n\n## CLI\n\n`git-delete-tag [...tags] [options]`\n\n### `tags`\n\nDelete tags\n\n### `options`\n\n#### `-r, --remotes`\n\nDelete remotes tags\n\n#### `--scope \u003cscope\u003e`\n\n- Default: `origin`\n- When: `-r, --remotes`\n\nBranches scope name\n\n## Relates\n\n- [git-delete-branch](https://github.com/evillt/git-delete-branch)\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-tag** © [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-tag/contributors)).\n\n\u003e [evila.me](https://evila.me) · GitHub [@evillt](https://github.com/evillt) · Twitter [@evillt](https://twitter.com/evillt)\n","funding_links":["https://patreon.com/evillt","https://ko-fi.com/evillt","https://donate.evila.me"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2nthony%2Fgit-delete-tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2nthony%2Fgit-delete-tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2nthony%2Fgit-delete-tag/lists"}