cred-fs-util
v1.0.9
Published
All file based utility functions will be added here
Downloads
12
Readme
cred-fs-util
This module contains all the file based utility functions
Install
npm install cred-fs-util
Usage
import * as credfs from 'cred-fs-util';
credfs.checksum('directorypath');
//=> '{"path+filename":"hashvalue"}'
API
checksum(input, options?)
input
Type: string
contains the root directory for which you need to generate checksum
options
Type: object
excludelist
Type: array
Default: []
Contains a list of paths which you want to exclude from checksum