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

  1. List issues in the GitHub repositories of the packages in the dev_dir_path specified in ~/.bobrc:

    $ bob list issues
    

Create commands

  1. Create issues in the GitHub repositories of the packages in the dev_dir_path specified in ~/.bobrc:

    $ bob create issues
    
  2. Create a .gif from a video file:

    $ bob create gif -p <path-to-the-video-file>
    

Delete commands

  1. Delete all local branches except main:

    $ bob delete local-branches