https://github.com/akgondber/git-booster-cli
Improve your git workflow with customizable and runnable blocks
https://github.com/akgondber/git-booster-cli
Last synced: 7 months ago
JSON representation
Improve your git workflow with customizable and runnable blocks
- Host: GitHub
- URL: https://github.com/akgondber/git-booster-cli
- Owner: akgondber
- Created: 2023-10-02T05:03:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T22:48:20.000Z (over 1 year ago)
- Last Synced: 2025-04-05T21:34:10.744Z (8 months ago)
- Language: TypeScript
- Size: 56.5 MB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - git-booster-cli - Improve your git workflow with customizable and runnable blocks. (<a name="git"></a>Git and accessories)
README
# git-booster-cli [![NPM version][npm-image]][npm-url]
> Improve your git workflow with customizable and runnable blocks
## Install
```bash
$ 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](https://github.com/akgondber)
[npm-image]: https://img.shields.io/npm/v/git-booster-cli.svg?style=flat
[npm-url]: https://npmjs.org/package/git-booster-cli