dir-html-url
v1.0.0
Published
Get file urls for html files in given directory
Downloads
3
Readme
dir-html-url
Get file urls for html files in given directory
Get it!
npm install --save dir-html-url
Usage
var dirHtmlUrl = require('dir-html-url')
dirHtmlUrl(process.cwd(), function (err, data) {
if (err) throw err
console.log(data)
})