0.10.1 • Published 4 years ago

@suns-echoes/file-system-utils v0.10.1

Weekly downloads
20
License
MIT
Repository
github
Last release
4 years ago

File System Utilities

file-system-utils library add file system methods which simplifies files read/write/delete, folders create/remove and more.

Installation

npm i @suns-echoes/file-system-utils

Import

// Import library distribution file
import { FileSystemUtils } from '@suns-echoes/file-system-utils';
// import library from source
import FileSystemUtils from '@suns-echoes/file-system-utils/src';
// or
import { FileSystemUtils } from '@suns-echoes/file-system-utils/src/file-system-utils';
// import single util from source
import { isFile } from '@suns-echoes/file-system-utils/src/utils/is-file';

Methods

Async

Sync

  • None by now, use async ;)

License

Licensed under MIT

Copyright (c) 2019 Aneta Suns

0.10.0

4 years ago

0.10.1

4 years ago

0.9.0

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago