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.
clear-branches
Advanced tools
(This library is not finished yet, it could be not working well in some environments)
Productivy and easy way to clear your local branches
clear-branches
or npx clear-branches
v14
If you don't want to install globaly, you can just execute into your git project:
$ npx clear-branches
Or installing:
yarn:
$ yarn global add clear-branches
$ cd your-git-project/
$ clear-branches
npm:
$ npm i -g clear-branches
$ cd your-project/
$ clear-branches
Inside your project:
$ cd your-git-project/
$ clear-branches
You will see all branches that will be deleted to confirm if everything is alright. It automatically ignores master, develop and release branches.
But, if you want to ignore more banches:
clear-branches --ignore=chore/bump-version,feat/finish-scheduling-treatment
FAQs
easy way to clear your local branches
The npm package clear-branches receives a total of 20 weekly downloads. As such, clear-branches popularity was classified as not popular.
We found that clear-branches 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.