0.9.0 • Published 3 months ago

@qavajs/steps-files v0.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@qavajs/steps-files

Step library to work with file system

Installation

npm install @qavajs/steps-files

Configuration

module.exports = {
    default: {
        require: [
            '@qavajs/steps-files/index.js'
        ],
        // add fileTimeout property in case you need to customize built-in interval and timeout
        fileTimeout: {
            interval: 1000,
            timeout: 1000
        }
    }
}
0.9.0

3 months ago

0.8.0

7 months ago

0.7.0

11 months ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago