Giter Site home page Giter Site logo

clean-git-ref's Introduction

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');

clean-git-ref's People

Contributors

amarcher avatar greenkeeperio-bot avatar thesavior avatar thvd avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

clean-git-ref's Issues

Add TypeScript types

I've opened a PR in DefinitelyTypes (DefinitelyTyped/DefinitelyTyped#41854) to add TypeScript types for clean-git-ref, but it would be much better if clean-git-ref shipped with those types itself. Would you be willing to take the index.d.ts file, package it, and cut a new patch release of clean-git-ref using the types I wrote?

Open bracket [ should be disallowed.

image

(Note: the exception to the rule is a single * is allowed in refspecs. No exceptions for [.)

] apparently is fine, but git won't let you create a branch with [

Request: Add a LICENSE file

The clean-git-ref does not have a license file like LICENSE.txt, but package.json says Apache-2.0.

Is it possible to have a license file added to indicate that this package is Apache-2.0 licensed?

only replaces first instance of invalid character

The example given in the README fails...

var cleanGitRef = require('clean-git-ref');
assert.stricEqual(cleanGitRef.clean('bad git ref formats/'), 'bad-git-ref-formats');

it turns 'bad git ref formats/' into 'bad-git ref formats'.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.