UNPKG

badge-urls

Version:

Helper functions to generate URLs for all badges / shields from shields.io

6 lines (5 loc) 598 B
import { ShieldsIOOptions } from "../../options"; /** Label for Sonatype Nexus (Query Options) (/nexus/:repo/:groupId/:artifactId?queryOpt=%3Ac%3Dagent-apple-osx%3Ap%3Dtar.gz&server=https%3A%2F%2Frepository.jboss.org%2Fnexus) */ export declare const label = "Sonatype Nexus (Query Options)"; /** URL for Sonatype Nexus (Query Options) (/nexus/:repo/:groupId/:artifactId?queryOpt=%3Ac%3Dagent-apple-osx%3Ap%3Dtar.gz&server=https%3A%2F%2Frepository.jboss.org%2Fnexus) */ export declare const url: (repo: string, groupid: string, artifactid: string, options?: ShieldsIOOptions | undefined) => string;