2.2.8 • Published 12 months ago

observable-fs v2.2.8

Weekly downloads
2
License
MIT
Repository
github
Last release
12 months ago

Build Status Coverage Status

observable-fs

Provides as Observables some of the APIs of node fs

  • readLinesObs: reads a file and, when finished, emits an array containing all the lines of the file
  • writeFileObs: writes a file and emits the name of the file when the write operation is completed
  • filesObs: reads all the files present in a directory and its subdirectories and emits an array with the names of the files
  • dirNamesListObs: emits a list of names of the subdirectories contained in a directory
  • makeDirObs: creates a directory and emits the name of the directory created when the operation is completed
  • makeTempDirObs: creates a temporary directory and emits the name of the directory created when the operation is completed
  • deleteDirObs: deletes a directory and emits the name of the directory deleted when the operation is completed
  • appendFileObs: append a line at the end of a file and emits when the operation is completed
  • deleteFileObs: deletes a file and emits the name of the file deleted when the operation is completed
2.2.8

12 months ago

2.2.7

12 months ago

2.2.3

1 year ago

2.2.5

1 year ago

2.2.4

1 year ago

2.2.6

1 year ago

2.1.9

1 year ago

2.1.8

3 years ago

2.1.7

3 years ago

2.1.6

4 years ago

2.1.5

4 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.0.0

6 years ago