{"id":28301835,"url":"https://github.com/labs-js/turbo-git","last_synced_at":"2025-06-13T05:31:33.963Z","repository":{"id":57382245,"uuid":"74919684","full_name":"labs-js/turbo-git","owner":"labs-js","description":"Making your git even more awesome 😎🙌","archived":false,"fork":false,"pushed_at":"2021-09-24T13:58:34.000Z","size":1035,"stargazers_count":34,"open_issues_count":8,"forks_count":4,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2025-05-31T03:49:33.694Z","etag":null,"topics":["badge","commit","commit-conventions","commit-message","commits","diff","git","git-flow","git-plugin","turbo-commands","turbo-commit","turbo-git","turbo-log"],"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/labs-js.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}},"created_at":"2016-11-27T23:01:04.000Z","updated_at":"2025-05-28T06:56:43.000Z","dependencies_parsed_at":"2022-09-26T16:50:17.107Z","dependency_job_id":null,"html_url":"https://github.com/labs-js/turbo-git","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/labs-js/turbo-git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labs-js%2Fturbo-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labs-js%2Fturbo-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labs-js%2Fturbo-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labs-js%2Fturbo-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labs-js","download_url":"https://codeload.github.com/labs-js/turbo-git/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labs-js%2Fturbo-git/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259588929,"owners_count":22880873,"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":["badge","commit","commit-conventions","commit-message","commits","diff","git","git-flow","git-plugin","turbo-commands","turbo-commit","turbo-git","turbo-log"],"created_at":"2025-05-23T20:12:13.862Z","updated_at":"2025-06-13T05:31:33.954Z","avatar_url":"https://github.com/labs-js.png","language":"JavaScript","readme":"[![Build Status](https://travis-ci.org/labs-js/turbo-git.svg?)](https://travis-ci.org/labs-js/turbo-git)\n[![Code Climate](https://codeclimate.com/github/labs-js/turbo-git/badges/gpa.svg)](https://codeclimate.com/github/labs-js/turbo-git)\n[![Turbo Commit](https://img.shields.io/badge/Turbo_Commit-on-3DD1F2.svg)](https://github.com/labs-js/turbo-git/blob/master/CONVENTION.md)\n[![npm](https://img.shields.io/npm/v/turbo-git.svg?style=flat)](https://www.npmjs.com/package/turbo-git)\n[![bitHound](https://www.bithound.io/github/labs-js/turbo-git/badges/score.svg)](https://www.bithound.io/github/labs-js/turbo-git) [![codecov](https://codecov.io/gh/labs-js/turbo-git/branch/develop/graph/badge.svg)](https://codecov.io/gh/labs-js/turbo-git)\n\n\n# Turbo Git\n\nThis CLI tool was originally thought for implementing the [Turbo Commit Convention](/CONVENTION.md) easily. Now It's more than that.. You can use it with any other commit convention just choosing one with an utility command. And it's also good for tuning out of the box git commands.\n\nIf you enjoy the good quality software and you work hard for have it, You'll enjoy using a commit convention on your projects that ensures readability and understanding. You can also make some greats improvements on how you use git in the command line everyday.\nWouldn't it be great to have a tool that ensure all of this for you and for your team?\n\n## Install\n\n    npm install -g turbo-git\n\nHurrah! Now you're able to use the turbo commands! 🎉🙌✨\n\n## Demo (outdate)\n\u003cimg src=\"assets/demo.gif\" width=\"600\"/\u003e\n\n\n## Available Commands\n\n Turbo command    | Git Alias         | Desciption    |\n| -------------   | -------------     | ------------- |\n| `turbo init`    | `git ti`          | Init command, set a commit convention for a git repository.  |\n| `turbo commit`  | `git tc`          | Execute a turbo commit using a convention.   |\n| `turbo log`     | `git tl`          | Show the turbo log, git log with colors according your convention  |\n| `turbo add`     | `git ta`          | Turbo add, utility for execute a git add is a easier way.   |\n| `turbo diff`    | `git td [options]`| Turbo diff, improved diff using [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) |\n\n\u003e Note: The turbo command will work also from git: `git turbo \u003ccommand\u003e`\n\n\n## How to use\n\nThis is an example using the [Turbo Commit Convention](https://github.com/labs-js/turbo-git/blob/master/CONVENTION.md).\n\n\u003e First, add something to commit you can use `turbo add` or our `git ta` as well. You will be prompted with the following:\n\n\u003cimg src=\"assets/prompt-turbo-add.png\" alt=\"prompt-turbo-add.png\" width=\"200\"/\u003e\n\nSelect what you want to add by moving with the arrow key and pressing space.. then enter.\n\n\u003e Now you are able to do a *Turbo Commit* with the command `git tc` as follows:\n\n    git tc\n\nAfter that, you'll see the possible tags for your turbo-commits:\n\n\u003cimg src=\"assets/prompt-tag-preview.png\" alt=\"prompt-tag-screnshoot\" width=\"600\"/\u003e\n\n\u003eChoose the tag to wrap your commit message, press enter.\n\u003eNow insert your commit title and the optional description and you're done.\n\nCongrats! You did your first **Turbo Commit**. 😎\n\nNow, you can see it in your **Turbo Log**. Executing `git tl` you will se the git log with the corresponding commit color.\n\n\u003cimg src=\"assets/prompt-turbo-log.png\" alt=\"prompt-tag-screnshoot\" width=\"400\"/\u003e\n\nNow you have a semantic git log 😎🙌\n\n\n## Commit Conventions\n\nIf you want **Turbo Git** allows you work with any other commit convention. We provide some of them with the `turbo init` command and you can create one by your own in an easy way. You are able also to use different conventions per git repository that's what the  **.turbogit** file exactly does. You can create the **.turbogit** as follow:\n```\ngit turbo init\n```\nor just\n```\ngit ti\n```\nYou will see the following options:\n\n- Turbo Commit\n- Angular\n- Open UI5\n- Custom\n\nYou can choose whatever you want.. and this init command will create a **.turbogit** file on your repo.\nThe **.turbogit** file.. It's just a json that you can easilly edit to your needs.\n\n\u003e The Custom option is not doing to much at the moment. It's just creating the **.turbogit** file with some explanations about how to edit it.\n\n\n## Coming soon\n\n- Turbo changelog command, for autogenerate changelogs based on any commit convention.\n\n- Improvements in the existing turbo commands adding functionalitty and a beter UX.\n\n- We'll continue working on add new **turbo-commands** that will have some extra magic, any idea/help is welcome.\n\n## Convention Badge\n\nIf you choose use the [Turbo Commit Convention](https://github.com/labs-js/turbo-commit/blob/master/README.md) Be proud like we are.. add the Badge to your projects 😁\n\n\u003ca href=\"https://github.com/labs-js/turbo-commit/blob/master/README.md\"\u003e\u003cimg src=\"https://img.shields.io/badge/Turbo_Commit-on-3DD1F2.svg\" alt=\"Turbo Commit: On\"/\u003e\u003c/a\u003e\n\nMarkdown\n\n    [![Turbo Commit](https://img.shields.io/badge/Turbo_Commit-on-3DD1F2.svg)](https://github.com/labs-js/turbo-git/blob/master/README.md)\n\nHtml\n\n    \u003ca href=\"https://github.com/labs-js/turbo-git/blob/master/README.md\"\u003e\u003cimg src=\"https://img.shields.io/badge/Turbo_Commit-on-3DD1F2.svg\" alt=\"Turbo Commit: On\"/\u003e\u003c/a\u003e\n\n## Related Projects\n\n\u003e These packages were created for make turbogit posible:\n\n- [turbo-git-config](https://github.com/labs-js/turbo-git-config)\n- [turbo-git-commit](https://github.com/labs-js/turbo-git-commit)\n- [turbo-git-log](https://github.com/labs-js/turbo-git-log)\n- [turbo-git-add](https://github.com/labs-js/turbo-git-add)\n- [turbo-git-init](https://github.com/labs-js/turbo-git-init)\n- [turbo-git-diff](https://github.com/labs-js/turbo-git-diff)\n- [turbo-git-starter-generator](https://github.com/labs-js/turbo-git-starter-generator)\n\n\u003e And thanks to these great projects that we use a lot:\n\n- [inquirer](https://www.npmjs.com/package/inquirer)\n- [colors](https://www.npmjs.com/package/colors)\n- [commander](https://www.npmjs.com/package/commander)\n- [shelljs](https://www.npmjs.com/package/shelljs)\n- [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy)\n","funding_links":[],"categories":["Git"],"sub_categories":["Client extensions"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabs-js%2Fturbo-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabs-js%2Fturbo-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabs-js%2Fturbo-git/lists"}