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

Readme

Keywords

Package Sidebar

Install

npm i ls-sync

Weekly Downloads

22

Version

0.3.0

License

MIT

Last publish

Collaborators

  • nswbmw