All Projects → mritd → gitflow-toolkit

mritd / gitflow-toolkit

Licence: MIT license
A simple toolkit for GitFlow.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to gitflow-toolkit

MolecularGraph.jl
Graph-based molecule modeling toolkit for cheminformatics
Stars: ✭ 144 (-18.18%)
Mutual labels:  toolkit
hack-er-tools
emergency response toolkit
Stars: ✭ 145 (-17.61%)
Mutual labels:  toolkit
payton
Payton! Kickstart any 3D OpenGL + GTK Ideas in a few seconds!
Stars: ✭ 45 (-74.43%)
Mutual labels:  toolkit
x509sak
X.509 Swiss Army Knife is a toolkit atop OpenSSL to ease generation of CAs and aid white-hat pentesting
Stars: ✭ 23 (-86.93%)
Mutual labels:  toolkit
open-space-toolkit-astrodynamics
Flight profile, orbit, attitude, access.
Stars: ✭ 16 (-90.91%)
Mutual labels:  toolkit
xtd
Free open-source modern C++17 / C++20 framework to create console, forms (GUI like WinForms) and unit test applications on Microsoft Windows, Apple macOS and Linux.
Stars: ✭ 321 (+82.39%)
Mutual labels:  toolkit
GHOST
General meta-Heuristic Optimization Solving Toolkit
Stars: ✭ 28 (-84.09%)
Mutual labels:  toolkit
public
util toolkit for go.golang 通用函数包
Stars: ✭ 135 (-23.3%)
Mutual labels:  toolkit
JAR
Just Another Repo
Stars: ✭ 53 (-69.89%)
Mutual labels:  toolkit
ezored
C++ Multiplatform Toolkit Template
Stars: ✭ 111 (-36.93%)
Mutual labels:  toolkit
planetkit
Colorful blobs that might one day resemble planets
Stars: ✭ 72 (-59.09%)
Mutual labels:  toolkit
go-toolkit
Golang 工具集,平时在开发中常用的一些库或者封装的函数
Stars: ✭ 21 (-88.07%)
Mutual labels:  toolkit
pulsar
The User Experience and Interface framework by Jadu.
Stars: ✭ 23 (-86.93%)
Mutual labels:  toolkit
PyWebScrapBook
Server backend and CLI toolkit for WebScrapBook browser extension.
Stars: ✭ 43 (-75.57%)
Mutual labels:  toolkit
framework
Cygnite PHP Framework- A Modern Toolkit For Web Developers
Stars: ✭ 43 (-75.57%)
Mutual labels:  toolkit
paradox
Tools for event sourcing applications
Stars: ✭ 30 (-82.95%)
Mutual labels:  toolkit
nl4dv
A python toolkit to create Visualizations (Vis) using natural language (NL) or add an NL interface to existing Vis.
Stars: ✭ 63 (-64.2%)
Mutual labels:  toolkit
gorift
A toolkit for reverse proxy and load balancer
Stars: ✭ 20 (-88.64%)
Mutual labels:  toolkit
MisskeyTools
Useful Tools for Professional Misskist
Stars: ✭ 16 (-90.91%)
Mutual labels:  toolkit
create-strv-app
Set up new app in line with STRV's best practices in one command
Stars: ✭ 14 (-92.05%)
Mutual labels:  toolkit

GitFlow ToolKit

GitFlow Toolkit is a gitflow commit tool written by go, used to standardize the format of git commit message and quickly create gitflow branches, It should be noted that GitFlow Toolkit currently only supports the generation of the commit message style of the Angular community specification.

Starting from the v2.1.1 version, the white theme terminal will be supported, and the white theme color scheme is being adjusted.

Install Uninstall
Commit Success Commit Failed
Push Success Push Failed
Create Branch

Installation

Just download the latest version from the Release page and execute the install command:

export VERSION='v2.1.5'

# download bin file
wget https://github.com/mritd/gitflow-toolkit/releases/download/${VERSION}/gitflow-toolkit-darwin-arm64

# add permissions
chmod +x gitflow-toolkit-darwin-arm64

# install
sudo ./gitflow-toolkit-darwin-arm64 install

After the installation is complete, you can delete the bin file.

If the go language development environment is installed locally, you can install it through the go get command:

go install github.com/mritd/gitflow-toolkit/v2@latest

Comands

cmd desc
git ci Enter commit message interactively
git ps Push the current branch to the remote
git feat NAME Switch a new branch from the current branch (feat/NAME)
git fix NAME git switch -c fix/NAME
git hotfix NAME git switch -c hotfix/NAME
git docs NAME git switch -c docs/NAME
git style NAME git switch -c style/NAME
git refactor NAME git switch -c refactor/NAME
git chore NAME git switch -c chore/NAME
git perf NAME git switch -c perf/NAME
git style NAME git switch -c style/NAME
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].