UNPKG

create-rdme

Version:
14 lines (12 loc) 282 B
module.exports = toolbox => { toolbox.addContribute = async () => { const { template: { generate }, filesystem } = toolbox await generate({ template: 'contribute.js.ejs', target: `${filesystem.cwd()}/CONTRIBUTING.md` }) } }