UNPKG

badge-urls

Version:

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

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