Skip to content

foragepm/zipdigest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zipdigest

Generate digests and manifests of go module zip contents.

Installation

npm install zipdigest

Usage

const {zipDigest, zipManifest} = require('zipdigest');

// generate the digest of the contents of a go module zip file
var digest = await zipDigest(pathToZip)

// generate the manifest of the contents of a go module zip file
var metafile = await zipManifest(pathToZip);

Development

Forest needs your help! There are a few things you can do right now to help out:

Read the Development documentation, Code of Conduct and Contributing Guidelines.

  • Check out existing issues The issue list has many that are marked as 'help wanted' which make great starting points for development, many of which can be tackled with no prior IPFS knowledge
  • Perform code reviews More eyes will help a. speed the project along b. ensure quality, and c. reduce possible future bugs.
  • Add tests. There can never be enough tests.

Copyright

MIT License © 2021 Andrew Nesbitt.