UNPKG

badge-urls

Version:

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

7 lines (6 loc) 488 B
// 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 WordPress Plugin Active Installs (/wordpress/plugin/installs/:slug) */ export const label = `WordPress Plugin Active Installs`; /** URL for WordPress Plugin Active Installs (/wordpress/plugin/installs/:slug) */ export const url = (slug, options) => urlWithOptions(`/wordpress/plugin/installs/${slug}`, options);