{"id":19196968,"url":"https://github.com/jitesoft/cc-gen","last_synced_at":"2025-02-23T04:45:13.836Z","repository":{"id":46778450,"uuid":"307088735","full_name":"jitesoft/cc-gen","owner":"jitesoft","description":"A change-log generator for repositories using conventional commits and semver tags as releases.","archived":false,"fork":false,"pushed_at":"2021-09-26T14:25:31.000Z","size":69,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-04T10:08:33.613Z","etag":null,"topics":["changelog","cli","conventional-commits","generator","go","golang","hacktoberfest","semver"],"latest_commit_sha":null,"homepage":"","language":"Go","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/jitesoft.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":"2020-10-25T11:57:57.000Z","updated_at":"2023-02-13T19:58:58.000Z","dependencies_parsed_at":"2022-09-23T03:41:10.308Z","dependency_job_id":null,"html_url":"https://github.com/jitesoft/cc-gen","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/jitesoft%2Fcc-gen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitesoft%2Fcc-gen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitesoft%2Fcc-gen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jitesoft%2Fcc-gen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jitesoft","download_url":"https://codeload.github.com/jitesoft/cc-gen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240271531,"owners_count":19774859,"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":["changelog","cli","conventional-commits","generator","go","golang","hacktoberfest","semver"],"created_at":"2024-11-09T12:15:01.867Z","updated_at":"2025-02-23T04:45:13.812Z","avatar_url":"https://github.com/jitesoft.png","language":"Go","readme":"# CC-Gen\n\nSimple golang cli to generate a changelog from your repository using\nconventional commits.\n\nThis cli was mainly written for internal use, but is okay to use and/or contribute to as much as wanted!\n\n## Usage\n\n### Binary usage\n\nDownload the proper version from https://gitlab.com/jitesoft/open-source/go/cc-gen/-/packages\nExtract the binary and add to your path.\n\nUsage is quite simple, all you need to do is run the executable:\n\n```\ncc-gen [optional path to repo or . ] [optional version name]\n```\n\nMake sure to check out `cc-gen --help` for information about flags.\n\n### Docker usage\n\nThe application is also distributed as docker images one based on Alpine while the other\nis based on scratch.\n\nA /data directory is available to easily mount your repository and just run the image:\n\n```sh \ndocker run --rm registry.gitlab.com/jitesoft/open-source/go/cc-gen:latest -v $(pwd):/data generate [args] \n```\n\n## Building\n\nThis application is written in go, building it is as easy as:\n\n```sh\ngo mod download\ngo build\n```\n\nOr if you wish to build for all common platforms:\n\n```sh \n./build.sh [version]\n```\n\nNo extra stuff required.\n\n## Libraries used\n\nThe cli uses the following libraries as direct dependencies:\n\n* `github.com/go-git/go-git/v5`\n* `github.com/spf13/cobra`\n\nCheck out the `go.sum` file for a full list of dependencies.\n\n## License\n\n```text\nMIT License\n\nCopyright (c) 2020 Jitesoft\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitesoft%2Fcc-gen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjitesoft%2Fcc-gen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitesoft%2Fcc-gen/lists"}