SyntaxFix
Write A Post
Hire A Developer
Questions
i like using the glob package:
const glob = require('glob'); glob(__dirname + '/**/*.html', {}, (err, files)=>{ console.log(files) })