Liking cljdoc? Tell your friends :D

cljdoc.util.scm

Utilities to extract information from SCM urls (GitHub et al)

Utilities to extract information from SCM urls (GitHub et al)
raw docstring

coordinateclj

(coordinate scm-url)
source

fs-uriclj

(fs-uri scm-path)

Normalize a provided scm-path to it's canonical path, return nil if the path does not exist on the filesystem.

Normalize a provided `scm-path` to it's canonical path,
return `nil` if the path does not exist on the filesystem.
sourceraw docstring

http-uriclj

(http-uri scm-url)

Given a URI pointing to a git remote, normalize that URI to an HTTP one.

Given a URI pointing to a git remote, normalize that URI to an HTTP one.
sourceraw docstring

ownerclj

(owner scm-url)
source

providerclj

(provider scm-url)
source

repoclj

(repo scm-url)
source

ssh-uriclj

(ssh-uri scm-url)

Given a URI pointing to a git remote, normalize that URI to an SSH one.

Given a URI pointing to a git remote, normalize that URI to an SSH one.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close