forked from mirrored/github-readme-stats
* build: create npm package This commit makes sure that the common modules of the GRS package can be imported as an npm package. * feat: export card render functions * style: update formatting
5 lines
219 B
JavaScript
5 lines
219 B
JavaScript
export { renderRepoCard } from "./repo-card.js";
|
|
export { renderStatsCard } from "./stats-card.js";
|
|
export { renderTopLanguages } from "./top-languages-card.js";
|
|
export { renderWakatimeCard } from "./wakatime-card.js";
|