UNPKG

badge-urls

Version:

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

6 lines (5 loc) 450 B
import { ShieldsIOOptions } from "../../options"; /** Label for Sonatype Nexus (Snapshots) (/nexus/s/:groupId/:artifactId?server=https%3A%2F%2Foss.sonatype.org) */ export declare const label = "Sonatype Nexus (Snapshots)"; /** URL for Sonatype Nexus (Snapshots) (/nexus/s/:groupId/:artifactId?server=https%3A%2F%2Foss.sonatype.org) */ export declare const url: (groupid: string, artifactid: string, options?: ShieldsIOOptions | undefined) => string;