A Command Line Interface (CLI) tool to simplify and speed up common Github operations.
yarn global add @steelio/boom-cli
npm install -g @steelio/boom-cli
Pings the boom CLI to verify its availability.
Switches the current branch to the main branch.
Pushes the current branch to the remote repository. Optionally, you can specify a commit message.
Retrieves the latest changes from the remote repository and updates the current branch.
Start's a project environment. Only works on Windows. Make sure your cursor is at the center of the newly opened terminal window.
Displays all pull requests in the repository.
Lists all open issues in the repository.
Creates a new issue with a specified title.
Shows the current branch and lists all branches in the repository.
Switches to an existing branch or creates a new branch if it does not exist. You can specify the name of the branch you want to switch to or create.
Fetches the latest changes from the remote repository and pulls the updated main branch.
Resets the head of the current branch to the latest commit.
Displays help for a specific command. Use this to get more information about each command.