{"id":15716032,"url":"https://github.com/thebenforce/versioning-tool","last_synced_at":"2025-07-15T06:33:25.357Z","repository":{"id":57150769,"uuid":"152077166","full_name":"theBenForce/versioning-tool","owner":"theBenForce","description":"CLI tool for updating npm package version and tagging git repos for release.","archived":false,"fork":false,"pushed_at":"2018-10-08T18:47:30.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-09T12:02:09.431Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theBenForce.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}},"created_at":"2018-10-08T12:36:19.000Z","updated_at":"2018-10-08T18:47:31.000Z","dependencies_parsed_at":"2022-08-31T20:01:43.266Z","dependency_job_id":null,"html_url":"https://github.com/theBenForce/versioning-tool","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/theBenForce/versioning-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theBenForce%2Fversioning-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theBenForce%2Fversioning-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theBenForce%2Fversioning-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theBenForce%2Fversioning-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theBenForce","download_url":"https://codeload.github.com/theBenForce/versioning-tool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theBenForce%2Fversioning-tool/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265414216,"owners_count":23760951,"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":[],"created_at":"2024-10-03T21:43:51.609Z","updated_at":"2025-07-15T06:33:25.310Z","avatar_url":"https://github.com/theBenForce.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# versioning-tool\n\nCLI tool for updating npm package version and tagging git repos for release.\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/versioning-tool.svg)](https://npmjs.org/package/versioning-tool)\n[![Build Status](https://travis-ci.com/theBenForce/versioning-tool.svg?branch=master)](https://travis-ci.com/theBenForce/versioning-tool)\n[![Open Issues](https://img.shields.io/github/issues-raw/theBenForce/versioning-tool.svg)](https://github.com/theBenForce/versioning-tool/issues)\n[![Downloads/week](https://img.shields.io/npm/dw/versioning-tool.svg)](https://npmjs.org/package/versioning-tool)\n[![License](https://img.shields.io/npm/l/versioning-tool.svg)](https://github.com/theBenForce/versioning-tool/blob/master/package.json)\n\n\u003c!-- toc --\u003e\n* [versioning-tool](#versioning-tool)\n* [Usage](#usage)\n* [Version Formatting](#version-formatting)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n\n# Usage\n\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g versioning-tool\n$ vt COMMAND\nrunning command...\n$ vt (-v|--version|version)\nversioning-tool/2018.10.8-9 darwin-x64 node-v10.1.0\n$ vt --help [COMMAND]\nUSAGE\n  $ vt COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n\n# Version Formatting\n\nYou can specify the date format that will be used by adding the following section to your package.json file:\n\n```json\n\"versioning\": {\n  \"date-format\": \"yyyy.mm.dd\"\n}\n```\n\n# Commands\n\n\u003c!-- commands --\u003e\n* [`vt current`](#vt-current)\n* [`vt help [COMMAND]`](#vt-help-command)\n* [`vt update`](#vt-update)\n\n## `vt current`\n\nDisplays current version\n\n```\nUSAGE\n  $ vt current\n\nOPTIONS\n  -h, --help  show CLI help\n```\n\n_See code: [src/commands/current.ts](https://github.com/theBenForce/versioning-tool/blob/v2018.10.8-9/src/commands/current.ts)_\n\n## `vt help [COMMAND]`\n\ndisplay help for vt\n\n```\nUSAGE\n  $ vt help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.2/src/commands/help.ts)_\n\n## `vt update`\n\nAdds a git tag for next version and update package.json to match.\n\n```\nUSAGE\n  $ vt update\n\nOPTIONS\n  -f, --format=format    Format that the date portion should be in\n  -h, --help             show CLI help\n  -m, --message=message  The message you want attached to the git tag\n  -p, --push             Run a git push and git push --tags after updating the version\n  -v, --version=version  Force a new version number\n```\n\n_See code: [src/commands/update.ts](https://github.com/theBenForce/versioning-tool/blob/v2018.10.8-9/src/commands/update.ts)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebenforce%2Fversioning-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthebenforce%2Fversioning-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebenforce%2Fversioning-tool/lists"}