badge-urls
Version:
Helper functions to generate URLs for all badges / shields from shields.io
7 lines (6 loc) • 651 B
JavaScript
// This file was auto-generated. Do not modify it by hand and instead modify the scraper or code generator files.
import { urlWithOptions } from "../../options";
/** Label for Sonatype Nexus (Repository) (/nexus/:repo/:groupId/:artifactId?server=https%3A%2F%2Frepository.jboss.org%2Fnexus) */
export const label = `Sonatype Nexus (Repository)`;
/** URL for Sonatype Nexus (Repository) (/nexus/:repo/:groupId/:artifactId?server=https%3A%2F%2Frepository.jboss.org%2Fnexus) */
export const url = (repo, groupid, artifactid, options) => urlWithOptions(`/nexus/${repo}/${groupid}/${artifactid}?server=https%3A%2F%2Frepository.jboss.org%2Fnexus`, options);