plugins

Home

Examples

Plugins

Components

News

git-url-https-to-ssh

version: 0.0.1 |  date: 08/20/2021 |  Replace github git https URL by ssh equivalent |  source code

# git-url-https-to-ssh

Replace github git https URL by ssh equivalent.

# install

    $ s6 --install git-url-https-to-ssh

# usage

cli 

    s6 --plg-run git-url-https-to-ssh

Raku

    task-run "fixme", "git-url-https-to-ssh";
  
# author

Alexey Melezhik