0.0.4 • Published 12 years ago
node-ls v0.0.4
node-ls
bash command ls in pure javascript
Installation
$ npm install -g node-lsAPI
var ls = require('ls');
ls('./', '--all', function(er, list) {
// here you could get a files list of the current directory
})LICENSE
MIT