Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
branch-slug
Advanced tools
GitFlow-like branch naming slugify for lazy people
npm i -g branch-slug
$ bslug [options]
$ bslug [ABC-123] Create that awesome feature -f # Outputs Branch Slug: git branch -m feature/abc-123-create-that-awesome-feature copied to clipboard
$ bslug [ABC-321] Fix that nasty bug -i -g # Outputs Branch Slug: fix/abc-321-fix-that-nasty-bug copied to clipboard
$ bslug [ABC-456] Improve our workflow -c -n # Outputs Branch Slug: git branch -m chore/abc-456-improve-our-workflow
-g, --no-git Don't include git command for new branch git branch -m
-n, --no-copy Don't copy output to the clipboard
-f, --type-feature Branch type: feature. The output is feature/{description}
-i, --type-fix Branch type: fix. The output is fix/{description}
-b, --type-bug Branch type: bug. The output is bug/{description}
-c, --type-chore Branch type: chore. The output is chore/{description}
-r, --type-release Branch type: release. The output is release/{description}
-t, --type <type> Custom branch type. The output is {type}/{description}
-h, --help output usage information
FAQs
GitFlow-like branch naming slugify for lazy people
The npm package branch-slug receives a total of 6 weekly downloads. As such, branch-slug popularity was classified as not popular.
We found that branch-slug 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.