branch-name
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "branch-name", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Get the current branch name or fallback to one", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/solladay/branch-name", |
@@ -5,3 +5,11 @@ # branch-name | ||
## Installation | ||
## Why? | ||
1. Clean, minimal, promise-based API. | ||
2. Respects your `$PATH`. | ||
3. Uses the most reliable branch [detection algorithm](http://stackoverflow.com/a/19585361/2990144). | ||
4. Gives you control in weird situations. | ||
## Install | ||
````sh | ||
@@ -8,0 +16,0 @@ npm install branch-name --save |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22292
59