Skip to content

Commit

Permalink
docs(README.md) Linked to fs-filesystem external library
Browse files Browse the repository at this point in the history
Added a link to the [fs-filesystem](https://github.com/arthurintelligence/node-fs-filesystem) external library for reference.
  • Loading branch information
philippefutureboy committed Jan 5, 2018
1 parent d39ab30 commit 44de2fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -148,6 +148,9 @@ If you like TypeScript, you can use `fs-extra` with it: https://github.com/Defin

If you want to watch for changes to files or directories, then you should use [chokidar](https://github.com/paulmillr/chokidar).

### Obtain Filesystem (Devices, Partitions) Information

[fs-filesystem](https://github.com/arthurintelligence/node-fs-filesystem) allows you to read the state of the filesystem of the host on which it is run. It returns information about both the devices and the partitions (volumes) of the system.

### Misc.

Expand Down

0 comments on commit 44de2fa

Please sign in to comment.