{"id":17480254,"url":"https://github.com/litomore/releaz","last_synced_at":"2025-04-22T19:31:01.233Z","repository":{"id":57352866,"uuid":"131263770","full_name":"LitoMore/releaz","owner":"LitoMore","description":"A tool for generate release note with `git log`","archived":false,"fork":false,"pushed_at":"2025-02-19T21:13:03.000Z","size":235,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-21T06:08:21.924Z","etag":null,"topics":["git-log","release","release-notes","release-tool"],"latest_commit_sha":null,"homepage":"","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/LitoMore.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-04-27T07:47:07.000Z","updated_at":"2025-02-19T21:13:07.000Z","dependencies_parsed_at":"2022-09-05T13:10:53.267Z","dependency_job_id":null,"html_url":"https://github.com/LitoMore/releaz","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LitoMore%2Freleaz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LitoMore%2Freleaz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LitoMore%2Freleaz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LitoMore%2Freleaz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LitoMore","download_url":"https://codeload.github.com/LitoMore/releaz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250308273,"owners_count":21409232,"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":["git-log","release","release-notes","release-tool"],"created_at":"2024-10-18T21:43:09.762Z","updated_at":"2025-04-22T19:31:00.794Z","avatar_url":"https://github.com/LitoMore.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# releaz\n\n[![](https://img.shields.io/npm/v/releaz.svg)](https://www.npmjs.com/package/releaz)\n[![](https://img.shields.io/npm/l/releaz.svg)](https://github.com/LitoMore/releaz/blob/main/LICENSE)\n[![](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)\n\nA tool for generate release note based on `git log` command\n\n## Install\n\n```shell\nnpm i releaz\n```\n\n## Usage\n\n```javascript\nimport releaz from 'releaz';\nimport chalk from 'chalk';\n\nconst result = await releaz({\n\trange: 'fa475e0..HEAD',\n\tformat: `- ${chalk.cyan('%h')} ${chalk.blue('%an')} %s`,\n});\n\nconsole.log(result);\n```\n\n## API\n\n### `releaz(options)`\n\n#### Options\n\n- **range**: Revision range\n- **format**: [pretty formats](https://git-scm.com/docs/git-log#_pretty_formats) placeholders\n\n\u003e Here is `git log` [documentation](https://git-scm.com/docs/git-log).\n\n## Related\n\n- [releaz-cli](https://github.com/LitoMore/releaz-cli) - CLI for this module\n- [execa](https://github.com/sindresorhus/execa) - A better `child_process`\n\n## License\n\nMIT © [LitoMore](https://github.com/LitoMore)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitomore%2Freleaz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flitomore%2Freleaz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitomore%2Freleaz/lists"}