{"id":24130344,"url":"https://github.com/howell5/gi","last_synced_at":"2025-07-19T02:02:56.969Z","repository":{"id":259819413,"uuid":"833986891","full_name":"Howell5/gi","owner":"Howell5","description":"gitlab (github) cli tools","archived":false,"fork":false,"pushed_at":"2025-04-01T15:52:40.000Z","size":87,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T16:52:59.786Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Howell5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-26T07:24:09.000Z","updated_at":"2025-04-01T15:52:43.000Z","dependencies_parsed_at":"2024-10-28T06:45:26.183Z","dependency_job_id":"dc5d7d58-434c-4f8f-b9f7-28f9625a455d","html_url":"https://github.com/Howell5/gi","commit_stats":null,"previous_names":["howell5/gi"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Howell5/gi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Howell5%2Fgi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Howell5%2Fgi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Howell5%2Fgi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Howell5%2Fgi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Howell5","download_url":"https://codeload.github.com/Howell5/gi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Howell5%2Fgi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265871959,"owners_count":23842107,"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":"2025-01-11T20:33:25.340Z","updated_at":"2025-07-19T02:02:56.947Z","avatar_url":"https://github.com/Howell5.png","language":"TypeScript","readme":"# gi-version-manager\n\nA CLI tool for managing GitLab project versions and releases with both interactive and command modes.\n\n## Prerequisites\n\nThis tool requires the following dependencies:\n\n- Node.js \u003e= 18\n- [glab](https://gitlab.com/gitlab-org/cli) - GitLab CLI tool\n\n```bash\n# Install on macOS\nbrew install glab\n\n# Install on Linux\n# For Debian/Ubuntu\ncurl -s https://gitlab.com/gitlab-org/cli/-/releases/latest/downloads/glab_amd64.deb -o glab.deb\nsudo dpkg -i glab.deb\n\n# For other Linux distributions, visit:\n# https://gitlab.com/gitlab-org/cli#installation\n```\n\n## Installation\n\n```bash\nnpm install -g @howell5/gi\n# or\npnpm add -g @howell5/gi\n```\n\n## Usage\n\n### Interactive Mode\n\nUse the interactive mode to select the release type from a menu:\n\n```bash\ngi r\n# or\ngi release\n```\n\n### Direct Command Mode\n\nCreate releases directly using commands:\n\n```bash\ngi patch  # Create a patch release (0.0.x)\ngi minor  # Create a minor release (0.x.0)\ngi major  # Create a major release (x.0.0)\ngi alpha  # Create an alpha release (x.x.x-alpha.x)\ngi beta   # Create a beta release (x.x.x-beta.x)\n```\n\n### Version Number Format\n\n- Major: `vX.0.0`\n- Minor: `vX.Y.0`\n- Patch: `vX.Y.Z`\n- Alpha: `vX.Y.Z-alpha.N`\n- Beta: `vX.Y.Z-beta.N`\n\nWhere:\n\n- X = major version\n- Y = minor version\n- Z = patch version\n- N = pre-release number\n\n## Development\n\n### Install dependencies\n\n```bash\npnpm install\n```\n\n### Development with hot reload\n\n```bash\npnpm dev\n```\n\n### Build for production\n\n```bash\npnpm build\n```\n\n### Run tests\n\n```bash\npnpm test\n```\n\n### Lint files\n\n```bash\npnpm lint\n```\n\n### Local Testing\n\nTo test the CLI locally:\n\n```bash\nnpm link\n# or\npnpm link\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowell5%2Fgi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhowell5%2Fgi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowell5%2Fgi/lists"}