All Projects → rchtgpt → gitg0

rchtgpt / gitg0

Licence: GPL-3.0 License
a magnificent tool to auto-suggest everything you need before pushing a git commit • built @MLH-Fellowship

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to gitg0

goris
This is a CLI tool to search for images with Google Reverse Image Search (goris).
Stars: ✭ 62 (+210%)
Mutual labels:  cli-tool
shiba
Display a random Shiba from your terminal whenever you feel the need to. Because why not?
Stars: ✭ 16 (-20%)
Mutual labels:  cli-tool
gon
Not meer another f2e build tool
Stars: ✭ 13 (-35%)
Mutual labels:  dev-tool
cleanup
Remove gone Git branches with ease.
Stars: ✭ 21 (+5%)
Mutual labels:  cli-tool
lit-bb-hack-tools
Little Bug Bounty & Hacking Tools⚔️
Stars: ✭ 180 (+800%)
Mutual labels:  cli-tool
wifiqr
Create a QR code with your Wi-Fi login details
Stars: ✭ 207 (+935%)
Mutual labels:  cli-tool
Carbon Now Cli
🎨 Beautiful images of your code — from right inside your terminal.
Stars: ✭ 5,165 (+25725%)
Mutual labels:  cli-tool
gitls
🖇 Enumerate git repository URL from list of URL / User / Org. Friendly to pipeline
Stars: ✭ 39 (+95%)
Mutual labels:  cli-tool
origami-build-tools
Standard Origami component development tools.
Stars: ✭ 49 (+145%)
Mutual labels:  cli-tool
Voila
Voila is a domain-specific language launched through CLI tool for operating with files and directories in massive amounts in a fast & reliable way.
Stars: ✭ 78 (+290%)
Mutual labels:  cli-tool
dotget
Installer for .NET Core CLI Apps
Stars: ✭ 35 (+75%)
Mutual labels:  cli-tool
quicli
Create CLI's quickly without any external files!
Stars: ✭ 24 (+20%)
Mutual labels:  dev-tool
PyStalker
Python script to see you what your friends are doing on Codeforces!
Stars: ✭ 12 (-40%)
Mutual labels:  cli-tool
loli
A pretty CLI to find animes passing images 👉😳👈
Stars: ✭ 17 (-15%)
Mutual labels:  cli-tool
tictac
⏰ Handy time manager for your daily tasks
Stars: ✭ 55 (+175%)
Mutual labels:  cli-tool
propel
⛵ Keep your favorite starter kits just a command away
Stars: ✭ 22 (+10%)
Mutual labels:  dev-tool
taze
🥦 A modern cli tool that keeps your deps fresh
Stars: ✭ 682 (+3310%)
Mutual labels:  cli-tool
Typon
A multi-featured typing practice tool that runs on a terminal emulator which can turn any text file into a typing game.
Stars: ✭ 53 (+165%)
Mutual labels:  cli-tool
openebsctl
`openebsctl` is a kubectl plugin to manage OpenEBS storage components.
Stars: ✭ 23 (+15%)
Mutual labels:  cli-tool
PackageBuilder
PackageBuilder builds a simple command-line structure by SwiftPM.
Stars: ✭ 27 (+35%)
Mutual labels:  cli-tool

Gitg0_socialify

Gitg0 🚀

NPM

NodeJS CI Tests Synk Prettier Linter

Gitg0 generates commit titles (with relevant emojis) and branch names for you. You have the ability to configure the format of the Sugggested Commit Titles and Branch Names, and change emojis according to your preference in the .gitgo file.

Usage

Not to shout at you but PLEASE HEAD OVER TO USAGE.md

Installation

The tool is available as an NPM package over here.

Before installing the package, download and install Node.js.

Then, you can install it by simple running the following command:

npm i -g gitg0

Commands

Currently, we have the following 7 commands:

gtg config

Use this to set up your project's gitgo configuration. You will be asked certain questions regarding your commit and emoji preferences.

gtg version

Use this to check the version of your installed gitg0 package.

gtg whoami

Use this to get the list of commands along with their functions.

gtg start

Use this before you you start working on a new issue so that we can suggest the branch names and commit messages automatically.

gtg display

Use this to view the suggested branch name and commit title. You can also edit the suggested text based on your preference. This command should be run after gtg start.

gtg checkout

This is a replacement for git checkout -b and will simply checkout with gitgo's suggested branch name.

gtg commit

This is a replacement for git commit -m and will commit your files once added with gitgo's suggested commit message.

Contributor guidelines

  • Before contributing, go through the Code of Conduct and the Contributor Guidelines.
  • If you find any bugs in the application, or a feature you think would be nice to have, please open an issue.
  • Continue reading the rest of the README to get the build instructions.
  • For detailed information and screenshots of the project, please head over to the project wiki.

Development setup

Before setting up the project, download and install Node.js.

After cloning the project, you need to execute the following commands to install and work on the project locally:

# This will install all the needed dependencies
npm install

# This will install the project from source locally in your system
npm install -g ./

License

This project is released under a free and open-source software license, GPL-3.0 License (LICENSE. The documentation is also released under a free documentation license, namely the GFDL v1.3 license or later.

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the GPL-3.0 License, shall be licensed as above, without any additional terms or conditions.

Maintainers

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].