{"id":18349940,"url":"https://github.com/diptomondal007/go-auto-commenter","last_synced_at":"2025-04-06T09:32:25.965Z","repository":{"id":43570185,"uuid":"365155174","full_name":"diptomondal007/go-auto-commenter","owner":"diptomondal007","description":"A go tool to add comments automatically on all the exported functions in a go project","archived":false,"fork":false,"pushed_at":"2022-02-26T16:06:11.000Z","size":2815,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T21:51:13.200Z","etag":null,"topics":["ast","go","golang","gotools","syntax-tree"],"latest_commit_sha":null,"homepage":"","language":"Go","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/diptomondal007.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-07T07:46:19.000Z","updated_at":"2025-01-11T06:13:07.000Z","dependencies_parsed_at":"2022-07-22T06:02:01.259Z","dependency_job_id":null,"html_url":"https://github.com/diptomondal007/go-auto-commenter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diptomondal007%2Fgo-auto-commenter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diptomondal007%2Fgo-auto-commenter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diptomondal007%2Fgo-auto-commenter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diptomondal007%2Fgo-auto-commenter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diptomondal007","download_url":"https://codeload.github.com/diptomondal007/go-auto-commenter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247463745,"owners_count":20942935,"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":["ast","go","golang","gotools","syntax-tree"],"created_at":"2024-11-05T21:24:41.182Z","updated_at":"2025-04-06T09:32:25.704Z","avatar_url":"https://github.com/diptomondal007.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## go-auto-commenter\nA Go tool to add comments automatically to all the exported methods.\n\n[![Build Status](https://www.travis-ci.com/diptomondal007/go-auto-commenter.svg?branch=main)](https://www.travis-ci.com/diptomondal007/go-auto-commenter)\n[![Coverage Status](https://coveralls.io/repos/github/diptomondal007/go-auto-commenter/badge.svg)](https://coveralls.io/github/diptomondal007/go-auto-commenter)\n[![Go Report Card](https://goreportcard.com/badge/github.com/diptomondal007/go-auto-commenter)](https://goreportcard.com/report/github.com/diptomondal007/go-auto-commenter)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n#### Installation\n```shell\n1. Clone this repo\n2. cd to the cloned directory\n3. Type ./install in terminal and hit enter\n```\n\n#### Uninstallation\n```shell\n1. Clone this repo\n2. cd to the cloned directory\n3. Type ./uninstall in terminal and hit enter\n```\n\n#### To auto comment all the files in current directory\n```shell\nautocomment .\n```\n\n#### To auto comment all the files of a directory\n```shell\nautocomment [DIRNAME]\n```\n\n#### To auto comment files\n```shell\nautocomment [FILENAME]...\n```\n\n#### Example\n##### before -\u003e\n```go\nfunc AB() {\n\n}\n```\n##### after -\u003e\n```go\n// AB ...\nfunc AB(){\n}\n```\n\n### License\ngo-auto-commenter is released under the Apache 2.0 license. See [LICENSE.txt](https://github.com/diptomondal007/go-auto-commenter/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiptomondal007%2Fgo-auto-commenter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiptomondal007%2Fgo-auto-commenter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiptomondal007%2Fgo-auto-commenter/lists"}