normalize-ssh
Normalize a SSH URL
Last updated 9 years ago by zkochan .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install normalize-ssh 
SYNC missed versions from official npm registry.

normalize-ssh

Normalize a SSH URL

npm version Build Status

Installation

npm i -S normalize-ssh

Usage

const normalizeSshUrl = require('normalize-ssh')

normalizeSshUrl('git@gitlab.domain.tld:myproject/myrepo.git')
//> ssh://git@gitlab.domain.tld:22/myproject/myrepo.git

License

MIT © Zoltan Kochan

Current Tags

  • 1.0.0                                ...           latest (9 years ago)

2 Versions

  • 1.0.0                                ...           9 years ago
  • 0.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (2)
Dev Dependencies (1)

Copyright 2013 - present © cnpmjs.org | Home |