bob <verb> <noun>
commands
Bob created useful CLI commands to increase productivity for developing and maintaining packages. These packages are created and maintained using scikit-package
Level 5 public
standard (https://scikit-package.github.io/scikit-package/).
Getting started
Create ~/.bobrc
with the following content:
{ "dev_dir_path": "<path-to-your-folder-containing-packages>", }
List commands
List issues in the GitHub repositories of the packages in the
dev_dir_path
specified in~/.bobrc
:$ bob list issues
Create commands
Create issues in the GitHub repositories of the packages in the
dev_dir_path
specified in~/.bobrc
:$ bob create issues
Create a .gif from a video file:
$ bob create gif -p <path-to-the-video-file>
Delete commands
Delete all local branches except
main
:$ bob delete local-branches