dir-html-path
v1.0.0
Published
Get absolute path of html files in given directory
Downloads
4
Readme
dir-html-path
Get absolute path of html files in given directory
Get it!
npm install --save dir-html-path
Usage
var dirHtmlPath = require('dir-html-path')
dirHtmlPath(process.cwd(), function(err, data) {
if (err) throw err
console.log(data)
})