
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A simple CLI to facilitate and automate some git actions, created and optimized for Bruce's conventions.
Simply start the script with:
npx gbruce -- [action] [option]
The CLI is more useful when coupled with a terminal alias. To create one :
For Zsh
nano .zshrc
For Bash
nano .bashrc
And then, at the bottom of the file add this line:
alias aCustomAlias="npx gbruce --"
You can now start the CLI directly by using your alias aCustomAlias on any project.
You can also install the CLI as a global NPM package like so
npm install -g gbruce
You can now create an alias like explained above by pasting this line in the correct file
alias aCustomAlias="gbruce --"
Don't do it, it's useless for the moment
The CLI allows 4 actions (for the moment).
gbruce branchThis action will guide you to create a branch with the good naming convention. It will:
gbruce commit [option]This action will guide you to create a commit with the good naming convention. It will:
| Option | Description | Value |
|---|---|---|
-r | To use if you want to make a rebase after the commit | false |
-p | To use if you want to push your changes directly after the commit | false |
gbruce push [option]This action will make a push action with some automation. It will:
| Option | Description | Value |
|---|---|---|
-b <name-of-the-branch-to-push> | To use only if you want to push an other branch than -> | <current-branch> |
-f | Specify if you want to push --force | false |
gbruce helpThis action will show you all the available actions and their accepted argument(s)
FAQs
gitBruce CLI for Bruce Web team
We found that gbruce demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.