1.0.0 • Published 7 years ago
dir-html-url v1.0.0
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)
})
API
dirHtmlUrl(dir, callback)
License
1.0.0
7 years ago