badge-urls
Version:
Helper functions to generate URLs for all badges / shields from shields.io
13 lines (12 loc) • 632 B
TypeScript
export * as discord from './discord';
export * as discourseTopics from './discourseTopics';
export * as discourseUsers from './discourseUsers';
export * as discoursePosts from './discoursePosts';
export * as discourseLikes from './discourseLikes';
export * as discourseStatus from './discourseStatus';
export * as gitter from './gitter';
export * as matrix from './matrix';
export * as matrix2 from './matrix2';
export * as stackExchangeMonthlyQuestions from './stackExchangeMonthlyQuestions';
export * as stackExchangeReputation from './stackExchangeReputation';
export * as stackExchangeQuestions from './stackExchangeQuestions';