UNPKG

chanlog

Version:

A beautiful tool to make changelog file

7 lines (5 loc) 154 B
const fs = require('fs') module.exports = function (args, filePath, content) { if (args.dryRun) return fs.writeFileSync(filePath, content, 'utf8') }