{"id":16146520,"url":"https://github.com/voxpelli/validate-conventional-commit","last_synced_at":"2025-09-13T01:31:42.850Z","repository":{"id":168633482,"uuid":"644390341","full_name":"voxpelli/validate-conventional-commit","owner":"voxpelli","description":"Smallest simplest conventional commit validator to use with eg Husky","archived":false,"fork":false,"pushed_at":"2025-07-29T03:50:17.000Z","size":38,"stargazers_count":7,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-02T00:33:44.577Z","etag":null,"topics":["cli","commit-msg","commit-msg-linter","conventional-commit","conventional-commits","git-hooks","husky","validation"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voxpelli.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},"funding":{"github":["voxpelli"]}},"created_at":"2023-05-23T12:20:36.000Z","updated_at":"2025-06-01T19:10:32.000Z","dependencies_parsed_at":"2023-12-26T01:43:53.446Z","dependency_job_id":"c6ad4f07-d89e-4d99-9fa6-96d1f3b06f42","html_url":"https://github.com/voxpelli/validate-conventional-commit","commit_stats":{"total_commits":21,"total_committers":3,"mean_commits":7.0,"dds":"0.47619047619047616","last_synced_commit":"2e143f1b00dac76afab44d0e49172b1fb6c8b0dc"},"previous_names":["voxpelli/validate-conventional-commit"],"tags_count":6,"template":false,"template_full_name":"voxpelli/node-module-template","purl":"pkg:github/voxpelli/validate-conventional-commit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpelli%2Fvalidate-conventional-commit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpelli%2Fvalidate-conventional-commit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpelli%2Fvalidate-conventional-commit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpelli%2Fvalidate-conventional-commit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voxpelli","download_url":"https://codeload.github.com/voxpelli/validate-conventional-commit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpelli%2Fvalidate-conventional-commit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274574093,"owners_count":25310118,"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-09-11T02:00:13.660Z","response_time":74,"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":["cli","commit-msg","commit-msg-linter","conventional-commit","conventional-commits","git-hooks","husky","validation"],"created_at":"2024-10-10T00:20:22.455Z","updated_at":"2025-09-13T01:31:42.571Z","avatar_url":"https://github.com/voxpelli.png","language":"JavaScript","readme":"# validate-conventional-commit\n\nSmallest simplest conventional commit validator to use with eg [`husky`](https://github.com/typicode/husky)\n\n[![npm version](https://img.shields.io/npm/v/validate-conventional-commit.svg?style=flat)](https://www.npmjs.com/package/validate-conventional-commit)\n[![npm downloads](https://img.shields.io/npm/dm/validate-conventional-commit.svg?style=flat)](https://www.npmjs.com/package/validate-conventional-commit)\n[![neostandard javascript style](https://img.shields.io/badge/code_style-neostandard-7fffff?style=flat\u0026labelColor=ff80ff)](https://github.com/neostandard/neostandard)\n[![Types in JS](https://img.shields.io/badge/types_in_js-yes-brightgreen)](https://github.com/voxpelli/types-in-js)\n[![Follow @voxpelli@mastodon.social](https://img.shields.io/mastodon/follow/109247025527949675?domain=https%3A%2F%2Fmastodon.social\u0026style=social)](https://mastodon.social/@voxpelli)\n\n## Usage\n\n```bash\nnpx --no validate-conventional-commit \u003c .git/COMMIT_EDITMSG\n```\n\n(Or simply just copy and paste the [`cli.js`](cli.js) file into your project if you want to avoid a dependency)\n\n## Related modules\n\n* [`@commitlint/cli`](https://www.npmjs.com/package/@commitlint/cli) – a much more comprehensive and much more heavy alternative\n* [`husky`](https://github.com/typicode/husky) – my preferred git hook manager\n* [`mtfoley/pr-compliance-action`](https://github.com/mtfoley/pr-compliance-action) – an action that helps validating conventional commit style in PR:s, something this module is not really geared towards\n","funding_links":["https://github.com/sponsors/voxpelli"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpelli%2Fvalidate-conventional-commit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxpelli%2Fvalidate-conventional-commit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpelli%2Fvalidate-conventional-commit/lists"}