{"id":28273659,"url":"https://github.com/attakei/age","last_synced_at":"2026-03-07T07:32:59.820Z","repository":{"id":226908144,"uuid":"768551387","full_name":"attakei/age","owner":"attakei","description":"Alt bumpversion","archived":false,"fork":false,"pushed_at":"2026-02-02T17:45:48.000Z","size":274,"stargazers_count":8,"open_issues_count":15,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-03T07:16:12.559Z","etag":null,"topics":["bumpversion","hacktoberfest","nim","nimble","version-manager","versioning"],"latest_commit_sha":null,"homepage":"https://age.attakei.dev","language":"Nim","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/attakei.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"attakei"}},"created_at":"2024-03-07T09:45:34.000Z","updated_at":"2025-05-27T17:14:52.000Z","dependencies_parsed_at":"2024-03-30T12:28:24.347Z","dependency_job_id":"c0a6876c-909a-4c5c-af52-6c5b0516df13","html_url":"https://github.com/attakei/age","commit_stats":null,"previous_names":["attakei-lab/gazer","attakei/age","attakei/age-cli"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/attakei/age","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attakei%2Fage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attakei%2Fage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attakei%2Fage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attakei%2Fage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/attakei","download_url":"https://codeload.github.com/attakei/age/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attakei%2Fage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30209736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T05:23:27.321Z","status":"ssl_error","status_checked_at":"2026-03-07T05:00:17.256Z","response_time":53,"last_error":"SSL_read: 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":["bumpversion","hacktoberfest","nim","nimble","version-manager","versioning"],"created_at":"2025-05-21T00:19:09.417Z","updated_at":"2026-03-07T07:32:59.802Z","avatar_url":"https://github.com/attakei.png","language":"Nim","funding_links":["https://github.com/sponsors/attakei"],"categories":[],"sub_categories":[],"readme":"# age\n\nage is my bumpversion tool.\n\n[![GitHub Tag](https://img.shields.io/github/v/tag/attakei/age)](https://github.com/attakei/age)\n[![CI jobs](https://github.com/attakei/age/actions/workflows/main.yml/badge.svg)](https://github.com/attakei/age/actions/workflows/main.yml)\n\n## Overview\n\nThis is faster bump-version tools inspired by bumpversion and inherits.\n**age** is a meaning that *logging lib's birthday* and *\"Up\" in Japanese slang*.\n\n## Installation\n\n```\nnimble install age\n```\n\nYou can also from these:\n\n- Download directly from [GitHub releases](https://github.com/attakei/age/releases).\n- Use aqua with custom registry.\n\n## Usage\n\nAt first, you must generate configuration file -- `.age.toml`.\nYou should edit it for your current version, because generated file is set `current_version = \"0.0.0\"`.\n\n```\nage init\n```\n\nIf you want to up next version, run `age update|major|minor|patch`.\n\n* `update` accepts any semver.\n* `major` is shortcut to major version updating of semver.\n* `minor` is shortcut to minor version updating of semver.\n* `patch` is shortcut to patch version updating of semver.\n\nExample:\n\n```console\n# If current_version = \"1.2.3\"\n\u003e age major  # Update to 2.0.0\n\u003e age minor  # Update to 1.3.0\n\u003e age patch  # Update to 1.2.4\n```\n\n## Configuration file\n\n### `current_version`\n\nVersion value that `age` manages.\n\n### `files`\n\nList of replace target for update versioning.\n\n* `path`: File path of cwd.\n* `search`: Replace target line.\n* `replace`: Replaced text for target.\n\n## Templating context\n\nAge uses template-engine to search and replace targets.\nYou can set context values into `files.search` and `files.replace`.\n\nIf you want to know example, please see [.age.toml](https://github.com/attakei/age/blob/main/.age.toml).\n\n### Context values.\n\n- `current_version`: Version text before run command.\n- `new_version`: New version text after run command.\n- `now`: Date time text when context is created (as ISO 8601 format string).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattakei%2Fage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fattakei%2Fage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattakei%2Fage/lists"}