3.1.5 • Published 6 years ago

ezzy-fs v3.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

3.1.4

6 years ago

3.1.3

6 years ago

3.1.2

6 years ago

3.1.0

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

0.1.17

6 years ago

0.1.16

8 years ago

0.1.15

8 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.1

8 years ago