badge-urls
Version:
Helper functions to generate URLs for all badges / shields from shields.io
13 lines (12 loc) • 584 B
TypeScript
export * as githubFollowers from './githubFollowers';
export * as githubForks from './githubForks';
export * as githubStars from './githubStars';
export * as githubWatchers from './githubWatchers';
export * as keybaseBtc from './keybaseBtc';
export * as keybasePgp from './keybasePgp';
export * as keybaseXlm from './keybaseXlm';
export * as keybaseZec from './keybaseZec';
export * as mastodonFollow from './mastodonFollow';
export * as subredditSubscribers from './subredditSubscribers';
export * as twitterUrl from './twitterUrl';
export * as twitterFollow from './twitterFollow';