{"id":21029382,"url":"https://github.com/sophilabs/gilp-check-commit","last_synced_at":"2025-07-30T05:04:36.488Z","repository":{"id":57153241,"uuid":"77245114","full_name":"sophilabs/gilp-check-commit","owner":"sophilabs","description":"Gilp plugin to validate commit messages.","archived":false,"fork":false,"pushed_at":"2017-03-20T18:03:39.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-06-28T00:06:08.341Z","etag":null,"topics":["gilp-plugin","git-commit"],"latest_commit_sha":null,"homepage":"https://sophilabs.co/open-source","language":"JavaScript","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/sophilabs.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":"2016-12-23T18:57:34.000Z","updated_at":"2017-10-30T14:36:00.000Z","dependencies_parsed_at":"2022-09-06T11:21:20.887Z","dependency_job_id":null,"html_url":"https://github.com/sophilabs/gilp-check-commit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sophilabs/gilp-check-commit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sophilabs%2Fgilp-check-commit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sophilabs%2Fgilp-check-commit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sophilabs%2Fgilp-check-commit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sophilabs%2Fgilp-check-commit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sophilabs","download_url":"https://codeload.github.com/sophilabs/gilp-check-commit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sophilabs%2Fgilp-check-commit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267814317,"owners_count":24148328,"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-07-30T02:00:09.044Z","response_time":70,"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":["gilp-plugin","git-commit"],"created_at":"2024-11-19T12:12:06.703Z","updated_at":"2025-07-30T05:04:36.424Z","avatar_url":"https://github.com/sophilabs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gilp Check Commit\n\n[![travis][travis-image]][travis-url]\n[![coverage][coveralls-image]][coveralls-url]\n[![npm][npm-image]][npm-url]\n[![downloads][downloads-image]][downloads-url]\n[![js-semistandard-style][semi-image]][semi-url]\n[![license][license-image]][license-url]\n[![dependencies][dependencies-image]][dependencies-url]\n[![dev-dependencies][dev-dependencies-image]][dev-dependencies-url]\n\nGilp plugin to validate commit messages.\n\n## Installation\n\n```bash\nnpm install gilp-check-commit\n```\n\n## Usage\n\n```javascript\nvar gulp = require('gulp');\nvar gilpCheckCommit = require('gilp-check-commit');\nvar gilp = require('gilp')(gulp);\n\ngilp.hook('commit-msg', function () {\n  return gilp.srcFromStaged(['**/*'])\n    .pipe(gilpCheckCommit(/^(NA|[0-9]+)\\:\\s[A-Z0-9].*\\.$/gm))\n  });\n```\n\n## License\n\nGilp Check Commit is Copyright (c) 2016 sophilabs, inc. It is free software, and may be\nredistributed under the terms specified in the [license] file.\n\n## About\n\n[![sophilabs][sophilabs-image]][sophilabs-url]\n\nGilp Check Commit is maintained and funded by sophilabs, inc. The names and logos for\nsophilabs are trademarks of sophilabs, inc.\n\n[license]: /LICENSE\n[sophilabs-image]: https://s3.amazonaws.com/sophilabs-assets/logo/logo_300x66.gif\n[sophilabs-url]: https://sophilabs.co\n[travis-image]: https://img.shields.io/travis/sophilabs/gilp-check-commit.svg?style=flat-square\n[travis-url]: https://travis-ci.org/sophilabs/gilp-check-commit\n[npm-image]: https://img.shields.io/npm/v/gilp-check-commit.svg?style=flat-square\n[npm-url]: https://npmjs.org/packge/gilp-check-commit\n[downloads-image]: https://img.shields.io/npm/dm/gilp-check-commit.svg?style=flat-square\n[downloads-url]: https://npmjs.org/package/gilp-check-commit\n[semi-image]: https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square\n[semi-url]: https://github.com/Flet/semistandard\n[coveralls-image]: https://img.shields.io/coveralls/sophilabs/gilp-check-commit.svg?style=flat-square\n[coveralls-url]: https://coveralls.io/github/sophilabs/gilp-check-commit?branch=master\n[license-image]: https://img.shields.io/github/license/sophilabs/gilp-check-commit.svg?style=flat-square\n[license-url]: /LICENSE\n[dependencies-image]: https://david-dm.org/sophilabs/gilp-check-commit.svg?style=flat-square\n[dependencies-url]: https://david-dm.org/sophilabs/gilp-check-commit\n[dev-dependencies-image]: https://david-dm.org/sophilabs/gilp-check-commit/dev-status.svg?style=flat-square\n[dev-dependencies-url]: https://david-dm.org/sophilabs/gilp-check-commit#info=devDependencies\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsophilabs%2Fgilp-check-commit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsophilabs%2Fgilp-check-commit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsophilabs%2Fgilp-check-commit/lists"}