UNPKG

releasy

Version:

CLI tool to release node applications with tag and auto semver bump

7 lines (5 loc) 138 B
const { writeFileSync } = require('fs') module.exports = (path, content) => writeFileSync(path, content, { encoding: 'UTF-8', })