UNPKG

badge-urls

Version:

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

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