UNPKG

badge-urls

Version:

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

21 lines (20 loc) 1.54 kB
export * as aurLastModified from './aurLastModified'; export * as eclipseMarketplace from './eclipseMarketplace'; export * as githubCommitActivity from './githubCommitActivity'; export * as githubCommitsSinceTaggedVersion from './githubCommitsSinceTaggedVersion'; export * as githubCommitsSinceTaggedVersionBranch from './githubCommitsSinceTaggedVersionBranch'; export * as githubCommitsSinceLatestReleaseByDate from './githubCommitsSinceLatestReleaseByDate'; export * as githubCommitsSinceLatestReleaseByDateForABranch from './githubCommitsSinceLatestReleaseByDateForABranch'; export * as githubCommitsSinceLatestReleaseByDateIncludingPreReleases from './githubCommitsSinceLatestReleaseByDateIncludingPreReleases'; export * as githubCommitsSinceLatestReleaseBySemver from './githubCommitsSinceLatestReleaseBySemver'; export * as githubCommitsSinceLatestReleaseBySemverIncludingPreReleases from './githubCommitsSinceLatestReleaseBySemverIncludingPreReleases'; export * as githubContributors from './githubContributors'; export * as githubLastCommit from './githubLastCommit'; export * as githubLastCommitBranch from './githubLastCommitBranch'; export * as githubReleaseDate from './githubReleaseDate'; export * as githubPreReleaseDate from './githubPreReleaseDate'; export * as npmCollaborators from './npmCollaborators'; export * as npmCollaborators2 from './npmCollaborators2'; export * as steamReleaseDate from './steamReleaseDate'; export * as twitchStatus from './twitchStatus'; export * as vaadinDirectory from './vaadinDirectory';