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