ls-sync

0.3.0 • Public • Published

ls-sync

Lists the absolute path of all files in dir synchronously.

Install

npm i ls-sync --save

Usage

var ls = require('ls-sync');

console.log(ls('.'));
console.log(ls('..'));
console.log(ls('/Users/nswbmw'));

License

MIT

/ls-sync/

    Package Sidebar

    Install

    npm i ls-sync

    Weekly Downloads

    19

    Version

    0.3.0

    License

    MIT

    Last publish

    Collaborators

    • nswbmw