git-booster-cli

3.2.0 • Public • Published

git-booster-cli NPM version

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"

Demo

usage-demo

Screenshots

Launched app with all blocks

git-booster-cli

all-blocks

Launched app blocks with specified tags

git-booster-cli --tag "add,commit,rebase"

tagged-blocks

Launched app with single block by name

git-booster-cli --only add-commit-push

only-block

Performed add-commit-push block example

performed-block-example

License

MIT © Rushan Alyautdinov

Package Sidebar

Install

npm i git-booster-cli

Weekly Downloads

0

Version

3.2.0

License

MIT

Unpacked Size

71.6 kB

Total Files

20

Last publish

Collaborators

  • sinventor