UNPKG

relion

Version:

Release workflow helper for Node.js projects.

7 lines (5 loc) 148 B
import fs from 'fs'; export default function (args, filePath, content) { if (args.dryRun) return; fs.writeFileSync(filePath, content, 'utf8'); }