date-fns-holiday-us
Version:
The purpose of this project is to give an interface to work with holidays using date-fns
22 lines (14 loc) • 352 B
JavaScript
module.exports = ({ name, description, author, content, peerDependencies }) => `
# ${name}
${description.replace("date-fns", "`date-fns`")}
## Install
\`\`\`
yarn add ${name} ${Object.keys(peerDependencies).join(" ")}
\`\`\`
or with npm:
\`\`\`
npm i ${name} ${Object.keys(peerDependencies).join(" ")}
\`\`\`
${content}
© 2020 ${author}
`;