badge-urls
Version:
Helper functions to generate URLs for all badges / shields from shields.io
13 lines (12 loc) • 716 B
TypeScript
export * as beerpay from './beerpay';
export * as bountysource from './bountysource';
export * as chromeWebStore from './chromeWebStore';
export * as codetally from './codetally';
export * as liberapayGiving from './liberapayGiving';
export * as liberapayGoalProgress from './liberapayGoalProgress';
export * as liberapayPatrons from './liberapayPatrons';
export * as liberapayReceiving from './liberapayReceiving';
export * as openCollectiveBackersAndSponsors from './openCollectiveBackersAndSponsors';
export * as openCollectiveBackers from './openCollectiveBackers';
export * as openCollectiveMembersByTier from './openCollectiveMembersByTier';
export * as openCollectiveSponsors from './openCollectiveSponsors';