Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

awesome-branch-name

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awesome-branch-name

Easily generate warm, crunchy branch names.

  • 2.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

awesome-branch-name

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

Install globally to generate delicious branch names with maximum efficiency.

$ npm install -g awesome-branch-name
$ awesome-branch-name

Usage

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`"
}

Contributing

Put up a pull request! Suggestions on new words, new word patterns, or improved name selection logic are all highly encouraged.

License

Licensed under MIT. Full license here »

FAQs

Package last updated on 15 Apr 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc