UNPKG

jsx-readme

Version:

Generate Readme files with a React-like syntax and package.json-aware helpers.

16 lines (15 loc) 604 B
/** * @packageDocumentation * @internal */ export * from "./badges"; export { Badge } from "./Badge"; export { BadgesFromPkg } from "./BadgesFromPkg"; export { ContributingSection } from "./ContributingSection"; export { ContributorsSection } from "./ContributorsSection"; export { ExamplesFromPkg } from "./ExamplesFromPkg"; export { FundingSectionFromPkg } from "./FundingSectionFromPkg"; export { HomepageFromPkg } from "./HomepageFromPkg"; export { LicenseFromPkg } from "./LicenseFromPkg"; export { TitleFromPkg } from "./TitleFromPkg"; export { DescriptionFromPkg } from "./DescriptionFromPkg";