@thomas.sarmis/readdir

0.4.0 • Public • Published

readdir

Recursive, asynchronous read dir. Returns all files under a directory

Installation

npm i @thomas.sarmis/readdir

Usage

const readdir = require('@thomas.sarmis/readdir');

readdir('./test').then(files => console.log(files))

/@thomas.sarmis/readdir/

    Package Sidebar

    Install

    npm i @thomas.sarmis/readdir

    Weekly Downloads

    1

    Version

    0.4.0

    License

    MIT

    Unpacked Size

    2.19 kB

    Total Files

    3

    Last publish

    Collaborators

    • thomas.sarmis