@@ -33,12 +33,12 @@ It is `EventEmitter` from the inide produce next types of `events`:
3333
3434Supports next types of operations:
3535
36- - ` operator.copy(from, to, names) `
37- - ` operator.move(from, to, names) `
38- - ` opreator.remove(from, names) `
39- - ` opreator.extract(from, to) `
40- - ` operator.zip(from, to) `
41- - ` operator.tar(from, to) `
36+ - ` operator.copy(from, to, names) `
37+ - ` operator.move(from, to, names) `
38+ - ` opreator.remove(from, names) `
39+ - ` opreator.extract(from, to) `
40+ - ` operator.zip(from, to) `
41+ - ` operator.tar(from, to) `
4242
4343``` js
4444const prefix = ' /fileop' ;
@@ -49,7 +49,7 @@ const operator = await fileop({
4949const from = ' /' ;
5050const to = ' /tmp' ;
5151const names = [
52- ' bin'
52+ ' bin' ,
5353];
5454const progress = (value ) => {
5555 console .log (' progress:' , value);
@@ -118,14 +118,13 @@ MIT
118118- [ Remedy] ( https://github.com/coderaiser/node-remedy " Remedy ") - emitting middleware for file removing
119119- [ Ishtar] ( https://github.com/coderaiser/node-ishtar " Ishtar ") - pack and extract .tar.gz archives middleware
120120- [ Omnes] ( https://github.com/cloudcmd/node-omnes " Omnes ") - extract zip, gz, tar, tar.gz, tgz archives middleware
121- - [ Salam] ( https://github.com/coderaiser/node-salam " Salam ") - pack and extract zip archives middleware
122-
123- [ NPMIMGURL ] : https://img.shields.io/npm/v/@cloudcmd/fileop.svg?style=flat
124- [ DependencyStatusIMGURL ] : https://img.shields.io/david/cloudcmd/node-fileop.svg?style=flat
125- [ LicenseIMGURL ] : https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat
126- [ BuildStatusIMGURL ] : https://img.shields.io/travis/cloudcmd/node-fileop/master.svg?style=flat
127- [ NPMURL ] : https://npmjs.org/package/@cloudcmd/fileop " npm "
128- [ DependencyStatusURL ] : https://david-dm.org/cloudcmd/node-fileop " Dependency Status "
129- [ LicenseURL ] : https://tldrlegal.com/license/mit-license " MIT License "
130- [ BuildStatusURL ] : https://travis-ci.org/cloudcmd/node-fileop " Build Status "
131-
121+ - [ Salam] ( https://github.com/coderaiser/node-salam " Salam ") - pack and extract zip archives middleware
122+
123+ [ NPMIMGURL ] : https://img.shields.io/npm/v/@cloudcmd/fileop.svg?style=flat
124+ [ DependencyStatusIMGURL ] : https://img.shields.io/david/cloudcmd/node-fileop.svg?style=flat
125+ [ LicenseIMGURL ] : https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat
126+ [ BuildStatusIMGURL ] : https://img.shields.io/travis/cloudcmd/node-fileop/master.svg?style=flat
127+ [ NPMURL ] : https://npmjs.org/package/@cloudcmd/fileop " npm "
128+ [ DependencyStatusURL ] : https://david-dm.org/cloudcmd/node-fileop " Dependency Status "
129+ [ LicenseURL ] : https://tldrlegal.com/license/mit-license " MIT License "
130+ [ BuildStatusURL ] : https://travis-ci.org/cloudcmd/node-fileop " Build Status "
0 commit comments