node-ls
v0.0.4
Published
bash command `ls` in pure javascript
Readme
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
