clean-git-ref

Clean an input string into a usable git ref

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
clean-git-ref
472.0.14 years ago7 years agoMinified + gzip package size for clean-git-ref in KB

Readme

clean-git-ref
Build Status
Clean an input string into a usable git ref.
For more reference, read https://git-scm.com/docs/git-check-ref-format

Installation

$ npm install clean-git-ref --save-dev

API Usage

clean(string input) -> string output

var cleanGitRef = require('clean-git-ref');

assert.strictEqual(cleanGitRef.clean('bad git ref formats/'), 'bad-git-ref-formats');