hit-cli 0.0.4

Creator: bradpython12

Last updated:

Add to Cart

Description:

hitcli 0.0.4

Github Workflow CLI —— hit





The github pull request based workflow is quite tedious and complicated,
hit CLI simplify the workflow by wrapping git CLI and github API.
Installation
hit CLI has below dependences:

git

Install hit CLI by pip:
pip3 install hit-cli

Usage
$ hit --help
Usage: hit [OPTIONS] COMMAND [ARGS]...

Usage: 'hit' + COMMAND.

Options:
--version Show the version and exit.
-h, --help Show this message and exit.

Commands:
auth Get Github Auth for hit CLI.
clean Detele useless local and remote develop branch.
clone Fork + clone + initialize the target github repo for hit CLI.
land Merge the pull request then clean and sync repo.
pull Sync the local and remote develop repo with upstream repo.
push Push the local branch to remote and create/update the pull request.

Shell completion
# add this to your ~/.bashrc
eval "$(_HIT_COMPLETE=source_bash hit)"

# add this to your ~/.zshrc
eval "$(_HIT_COMPLETE=source_zsh hit)"

# add this to your ~/.config/fish/completions/foo-bar.fish
eval (env _HIT_COMPLETE=source_fish hit)

See detailed info in Click Shell Completion

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.