1.0.9 • Published 2 years ago

cred-fs-util v1.0.9

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

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

1.0.9

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago