{"id":18779251,"url":"https://github.com/webcaetano/git-bump-cli","last_synced_at":"2026-05-06T08:31:22.436Z","repository":{"id":93968693,"uuid":"97182908","full_name":"webcaetano/git-bump-cli","owner":"webcaetano","description":"CLI for update package.json version and git tag it","archived":false,"fork":false,"pushed_at":"2017-07-31T19:25:32.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-20T22:58:07.315Z","etag":null,"topics":["bump","cli","nodejs","npm","package","semver","utils","version"],"latest_commit_sha":null,"homepage":null,"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/webcaetano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-07-14T02:12:10.000Z","updated_at":"2017-07-14T15:55:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9e2ba2d-8674-4276-a7a5-c640fbc4746d","html_url":"https://github.com/webcaetano/git-bump-cli","commit_stats":{"total_commits":43,"total_committers":1,"mean_commits":43.0,"dds":0.0,"last_synced_commit":"24a65444ad0fcd023de6bd5730458445303e34f3"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/webcaetano/git-bump-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgit-bump-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgit-bump-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgit-bump-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgit-bump-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webcaetano","download_url":"https://codeload.github.com/webcaetano/git-bump-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgit-bump-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32684592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"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":["bump","cli","nodejs","npm","package","semver","utils","version"],"created_at":"2024-11-07T20:19:22.618Z","updated_at":"2026-05-06T08:31:22.419Z","avatar_url":"https://github.com/webcaetano.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-bump-cli\n\n[![NPM version][npm-image]][npm-url]\n[![Build status][travis-image]][travis-url]\n\n\u003e Bump package.json version and git tags it\n\n## Installation\n\n```\nnpm install git-bump-cli --save\n```\n\n## CLI\n\n```\nnpm install git-bump-cli -g\n```\n\n```\nUsage\n\t$ bump \u003ctype\u003e\n\t$ bump patch // 1.0.1\n\t$ bump minor // 1.1.0\n\t$ bump major // 2.0.0\n```\n\n## Node Usage\n\n```\nvar bump = require('git-bump-cli');\nvar type = 'major';\nvar options = {\n\tfiles:['bower.json','package.json'],\n\tmessage:'new version'\n}\n\nbump(type,options,callback);\n```\n\n## License\n\nMIT\n\n[npm-image]: https://img.shields.io/npm/v/git-bump-cli.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/git-bump-cli\n[travis-image]: https://img.shields.io/travis/webcaetano/git-bump-cli.svg?style=flat-square\n[travis-url]: https://travis-ci.org/webcaetano/git-bump-cli\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcaetano%2Fgit-bump-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebcaetano%2Fgit-bump-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcaetano%2Fgit-bump-cli/lists"}