{"id":32860566,"url":"https://github.com/eldanielhumberto/commit-traductor","last_synced_at":"2025-11-08T20:02:02.078Z","repository":{"id":322940295,"uuid":"1087546597","full_name":"eldanielhumberto/commit-traductor","owner":"eldanielhumberto","description":"A tool to translate commit messages to different languages. ","archived":false,"fork":false,"pushed_at":"2025-11-07T05:49:14.000Z","size":4,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-07T07:20:25.352Z","etag":null,"topics":["bun","git","husky","traductor"],"latest_commit_sha":null,"homepage":"","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/eldanielhumberto.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-01T06:02:10.000Z","updated_at":"2025-11-07T06:09:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/eldanielhumberto/commit-traductor","commit_stats":null,"previous_names":["eldanielhumberto/commit-traductor"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/eldanielhumberto/commit-traductor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldanielhumberto%2Fcommit-traductor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldanielhumberto%2Fcommit-traductor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldanielhumberto%2Fcommit-traductor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldanielhumberto%2Fcommit-traductor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eldanielhumberto","download_url":"https://codeload.github.com/eldanielhumberto/commit-traductor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldanielhumberto%2Fcommit-traductor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283410684,"owners_count":26831444,"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","status":"online","status_checked_at":"2025-11-08T02:00:06.281Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bun","git","husky","traductor"],"created_at":"2025-11-08T20:00:27.876Z","updated_at":"2025-11-08T20:01:59.711Z","avatar_url":"https://github.com/eldanielhumberto.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# commit-traductor\n\nA tool to translate commit messages to different languages.\nAt the moment, the library only translates from Spanish to English.\n\n## Installation\n\nYou can install `commit-traductor` using bun, npm, yarn, or pnpm (recommended: bun):\n\n```bash\nbun add commit-traductor\n```\n\n## Configuration\n\nNeed husky to run the pre-commit hook.\n\n```bash\nbun add husky -D # or npm, yarn, pnpm\n```\n\nThen, you can set up husky in your project:\n\n```bash\n# initialize husky\nnpx husky init\n\n# delete the default pre-commit hook\nrm .husky/pre-commit\n```\n\nAdd the pre-commit hook:\n\n```bash\necho 'bunx commit-traductor \"$1\"' \u003e .husky/commit-msg\n```\n\nNow, every time you make a commit, the commit message will be translated to English.\n\n## Contribution\n\nFeel free to open issues or submit pull requests for improvements or bug fixes.\nContributions are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldanielhumberto%2Fcommit-traductor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feldanielhumberto%2Fcommit-traductor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldanielhumberto%2Fcommit-traductor/lists"}