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