Skip to content

skitsanos/node-file-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-file-hash

Calculating file hash in node.js

How to use

(async () =>
{
    const hash = await fileHash('wildfly-22.0.0.Final.zip');
    console.log(hash);
})();

About

Calculating file hash in node.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •