peach a19a732be8 commit message | 2 years ago | |
---|---|---|
.. | ||
example | 2 years ago | |
lib | 2 years ago | |
test | 2 years ago | |
CONTRIBUTING.md | 2 years ago | |
DOCUMENTATION.md | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
package.json | 2 years ago |
Check if an input value is a ssh url or not.
# Using npm
npm install --save is-ssh
# Using yarn
yarn add is-ssh
// Dependencies
const isSsh = require("is-ssh");
// Secure Shell Transport Protocol (SSH)
console.log(isSsh("ssh://user@host.xz:port/path/to/repo.git/"));
// true
console.log(isSsh("ssh://user@host.xz/path/to/repo.git/"));
// true
console.log(isSsh("ssh://host.xz:port/path/to/repo.git/"));
// true
console.log(isSsh("ssh://host.xz/path/to/repo.git/"));
// true
console.log(isSsh("ssh://user@host.xz/path/to/repo.git/"));
// true
console.log(isSsh("ssh://host.xz/path/to/repo.git/"));
// true
console.log(isSsh("ssh://user@host.xz/~user/path/to/repo.git/"));
// true
console.log(isSsh("ssh://host.xz/~user/path/to/repo.git/"));
// true
console.log(isSsh("ssh://user@host.xz/~/path/to/repo.git"));
// true
console.log(isSsh("ssh://host.xz/~/path/to/repo.git"));
// true
console.log(isSsh("user@host.xz:/path/to/repo.git/"));
// true
console.log(isSsh("user@host.xz:~user/path/to/repo.git/"));
// true
console.log(isSsh("user@host.xz:path/to/repo.git"));
// true
console.log(isSsh("host.xz:/path/to/repo.git/"));
// true
console.log(isSsh("host.xz:path/to/repo.git"));
// true
console.log(isSsh("host.xz:~user/path/to/repo.git/"));
// true
console.log(isSsh("rsync://host.xz/path/to/repo.git/"));
// true
// Git Transport Protocol
console.log(isSsh("git://host.xz/path/to/repo.git/"));
// false
console.log(isSsh("git://host.xz/~user/path/to/repo.git/"));
// false
// HTTP/S Transport Protocol
console.log(isSsh("http://host.xz/path/to/repo.git/"));
// false
console.log(isSsh("https://host.xz/path/to/repo.git/"));
// false
console.log(isSsh("http://host.xz:8000/path/to/repo.git/"))
// false
console.log(isSsh("https://host.xz:8000/path/to/repo.git/"))
// false
// Local (Filesystem) Transport Protocol
console.log(isSsh("/path/to/repo.git/"));
// false
console.log(isSsh("path/to/repo.git/"));
// false
console.log(isSsh("~/path/to/repo.git"));
// false
console.log(isSsh("file:///path/to/repo.git/"));
// false
console.log(isSsh("file://~/path/to/repo.git/"));
// false
There are few ways to get help:
isSsh(input)
Checks if an input value is a ssh url or not.
input
: The input url or an array of protocols.true
if the input is a ssh url, false
otherwise.Have an idea? Found a bug? See how to contribute.
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).
However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
Bitcoin—You can send me bitcoins at this address (or scanning the code below): 1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6
Thanks! :heart:
If you are using this library in one of your projects, add it in this list. :sparkles:
parse-url
parse-path
git-up
nodegit-clone
bb-parse-url
bb-git-up
normalize-ssh
xl-git-up
@hawkingnetwork/react-native-tab-view
miguelcostero-ng2-toasty
npm-all-packages
@apardellass/react-native-audio-stream
l2forlerna
react-native-plugpag-wrapper
react-native-pulsator-native
react-native-kakao-maps
@geeky-apo/react-native-advanced-clipboard
native-apple-login
native-google-login
@hemith/react-native-tnk
react-native-contact-list
@corelmax/react-native-my2c2p-sdk
clonit
react-native-responsive-size
react-native-test-module-hhh
react-native-is7
@buganto/client
@datalogic/react-native-datalogic-module
birken-react-native-community-image-editor
@lakutata/core
react-native-flyy
native-kakao-login