# sshnothttps

> Take a https github address, and replace it with an ssh version.

Latest version **1.0.1** (published 2017-06-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install sshnothttps
pnpm add sshnothttps
yarn add sshnothttps
bun add sshnothttps
```

Provides the command `sshnothttps`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2017-06-21 |
| First published | 2017-06-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Andrew Batz |
| Maintainers | batz |
| Keywords | text, parse |

## Links

- npm: https://www.npmjs.com/package/sshnothttps
- Repository: https://github.com/Wealthforge-Technologies/sshnothttps
- Homepage: https://github.com/Wealthforge-Technologies/sshnothttps#readme
- Issues: https://github.com/Wealthforge-Technologies/sshnothttps/issues
- npm.io page: https://npm.io/package/sshnothttps

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2017-06-21
- 1.0.0 — 2017-06-21

## README

## This is a super simple utility script
> do you receive https github URLs, but need SSH ones? this fixes that.

# `npm install -g sshnothttps`.

or `npm install -g` from within where you clone this if you roll that way.

# use
This is expected to be installed to your $PATH, and used as a single use parser in larger scripts via `|`.

Pass in a https github url, Get a ssh one back.

`echo "https://github.com/Wealthforge-Technologies/dequalify.git" | dequalify`

for example would return

`git@github.com:Wealthforge-Technologies/dequalify.git`

You can add `-h` to reverse it:
`echo "git@github.com:Wealthforge-Technologies/dequalify.git" | dequalify -q` for example would return `https://github.com/Wealthforge-Technologies/dequalify.git`.

> you might think this looks an awful lot like dequalify, and you'd be right. It's easier to write parsers like this than in bash.

---
_Source: https://npm.io/package/sshnothttps · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
