{"id":19917379,"url":"https://github.com/uditalias/commitify","last_synced_at":"2025-03-01T09:41:35.916Z","repository":{"id":57204200,"uuid":"118756744","full_name":"uditalias/commitify","owner":"uditalias","description":"Easy git commit message with meaning","archived":false,"fork":false,"pushed_at":"2018-10-24T11:53:58.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-08T17:34:15.904Z","etag":null,"topics":["cli-tool","commit","commit-message","git","git-workflow"],"latest_commit_sha":null,"homepage":"","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/uditalias.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":"2018-01-24T11:33:15.000Z","updated_at":"2018-10-24T11:53:59.000Z","dependencies_parsed_at":"2022-09-18T01:22:21.822Z","dependency_job_id":null,"html_url":"https://github.com/uditalias/commitify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditalias%2Fcommitify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditalias%2Fcommitify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditalias%2Fcommitify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditalias%2Fcommitify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uditalias","download_url":"https://codeload.github.com/uditalias/commitify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241348197,"owners_count":19948157,"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":["cli-tool","commit","commit-message","git","git-workflow"],"created_at":"2024-11-12T21:49:38.862Z","updated_at":"2025-03-01T09:41:35.889Z","avatar_url":"https://github.com/uditalias.png","language":"JavaScript","readme":"## **Commitify**\n[![npm version](https://badge.fury.io/js/commitify.svg)](https://badge.fury.io/js/commitify)\n\n### Easy git commit message with meaning\n#\n\n#### Install\n```sh\nnpm install -g commitify\n```\n\n#### Usage\nInside any git repo:\n```sh\n$ commitify\n\n? Do you want to add changes before commit (`git add .`)? Yes\n? Choose commit type: fix\n? Choose commit scope: client\n? Enter commit message: this is a bug fix\n? Do you want to push your commit? Yes\n```\n\nThat will push a new commit with the message:  \n`fix(client): this is a bug fix`\n\n#### Options\nYou can extend the list of the commit types and scopes ([example here](.commitifyrc)).  \nCreate a `.commitifyrc` file in your project root in the format:\n\n```json\n{\n    \"types\": [\n        \"custom\"\n    ],\n    \"scopes\": [\n        \"custom\"\n    ]\n}\n```\n\nMIT License","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuditalias%2Fcommitify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuditalias%2Fcommitify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuditalias%2Fcommitify/lists"}