UNPKG

badge-urls

Version:

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

18 lines (17 loc) 676 B
export * as build from './build'; export * as coverage from './coverage'; export * as analysis from './analysis'; export * as chat from './chat'; export * as dependencies from './dependencies'; export * as size from './size'; export * as downloads from './downloads'; export * as funding from './funding'; export * as issueTracking from './issueTracking'; export * as license from './license'; export * as rating from './rating'; export * as social from './social'; export * as version from './version'; export * as platformSupport from './platformSupport'; export * as monitoring from './monitoring'; export * as activity from './activity'; export * as other from './other';