Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
awesome-branch-name
Advanced tools
Easily generate warm, crunchy branch names. Perfect for people who enjoy a cheesy, flakey branch, but don't always have the energy to come up with a good name.
Install globally to generate delicious branch names with maximum efficiency.
$ npm install -g awesome-branch-name
$ awesome-branch-name
Print an awesome branch name.
$ awesome-branch-name
Or, you can run using npx
(so portable!).
$ npx awesome-branch-name
Immediately checkout a new, flavorful branch.
$ git checkout -b `awesome-branch-name`
If you want a prefix, do it yourself.
$ git checkout -b "dev/`awesome-branch-name`"
If your branch has a particular focus, you can provide an optional subject on the command line, which will be baked into the output.
$ git checkout -b "dev/`awesome-branch-name MyNewFeature`"
Save it in your .bashrc
and use it everyday.
branch() {
git checkout "dev/`awesome-branch-name $1`"
}
Or if you prefer npx
, make sure to specify -q
.
branch() {
git checkout "dev/`npx -q awesome-branch-name $1`"
}
Put up a pull request! Suggestions on new words, new word patterns, or improved name selection logic are all highly encouraged.
Licensed under MIT. Full license here »
FAQs
Generate awesome branch names
The npm package awesome-branch-name receives a total of 0 weekly downloads. As such, awesome-branch-name popularity was classified as not popular.
We found that awesome-branch-name 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.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.