UNPKG

badge-urls

Version:

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

6 lines (5 loc) 478 B
import { ShieldsIOOptions } from "../../options"; /** Label for Drone (self-hosted) with branch (/drone/build/:user/:repo/:branch?server=https%3A%2F%2Fdrone.shields.io) */ export declare const label = "Drone (self-hosted) with branch"; /** URL for Drone (self-hosted) with branch (/drone/build/:user/:repo/:branch?server=https%3A%2F%2Fdrone.shields.io) */ export declare const url: (user: string, repo: string, branch: string, options?: ShieldsIOOptions | undefined) => string;