zipdigest

1.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i zipdigest

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

4.16 kB

Total Files

4

Last publish

Collaborators

  • andrewnez