3.1.5 • Published 5 years ago

ezzy-fs v3.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

ezzy-fs

Build Status Coverage Status

This wrapper enhances the fs module to include additional methods that return promises, rather than passing callbacks.

    const fs = require('ezzy-fs');
    
    fs.readdirPromise(__dirname)
        .then(items => {
          // ... handle items
        });
3.1.5

5 years ago

3.1.4

5 years ago

3.1.3

5 years ago

3.1.2

5 years ago

3.1.0

5 years ago

3.0.4

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

0.1.17

5 years ago

0.1.16

7 years ago

0.1.15

7 years ago

0.1.14

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.1

7 years ago