@epdoc/fsutil
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

epdoc/fsutil

Async File System utilities.

Clients

npm install @epdoc/fsutil
import { futil } from '@epdoc/fsutil';

if( fsutil('~/.ssh').isDir() ) {
  console.log('SSH is installed');
}

Developers

npm install
npm run build
npm test

Methods

readJson

Read a JSON file.

deepReadJson

Read a JSON file that may 'include' other JSON files.

Readme

Keywords

Package Sidebar

Install

npm i @epdoc/fsutil

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

97.6 kB

Total Files

23

Last publish

Collaborators

  • jpravetz