git-booster-cli [![NPM version][npm-image]][npm-url]
June 9, 2024 · View on GitHub
Improve your git workflow with customizable and runnable blocks
Install
$ npm install --global git-booster-cli
CLI
$ git-booster-cli --help
Improve your git workflow with customizable and runnable blocks
Usage
$ git-booster-cli
Options
--all, -a Display all available blocks (default behaviour)
--only, -o Display only specified block
--compound, -c Display only blocks with multiple command sets
--short-statuses, -s Use short status notations for change types
--tag, -t Display only blocks having specified tags (separated by comma)
Examples
$ git-booster-cli --all
$ git-booster-cli --compound
$ git-booster-cli --only addCommitPush
$ git-booster-cli --no-short-statuses
$ git-booster-cli --tag "add,commit,reset,restore"
Demos


Screenshots
Launched app with all blocks
git-booster-cli

Launched app blocks with specified tags
git-booster-cli --tag "add,commit,rebase"

Launched app with single block by name
git-booster-cli --only add-commit-push

Performed add-commit-push block example

License
MIT © Rushan Alyautdinov