const fs = require('fs'); module.exports = (file) => { return fs.readFileSync(file).toString().match(/---\n(.*)\npublish( *):( *)true\n(.*)---/gm) }