Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@pkgdeps/checksum-collector

pkgdeps13.4kMIT1.3.1TypeScript support: included

Collection checking checksum operations in shellscript.

shellscript, parser, checksum

readme

@pkgdeps/checksum-collector

Collection checking checksum operations in shellscript.

Overview

  1. Collect chmod +x {binary}
  2. Check if The {binary} is verified with checksum checker like shasum or md5sum etc
  3. Return the collected results

Install

Install with npm:

npm install @pkgdeps/checksum-collector

Usage

  • <input disabled="" type="checkbox"> Write usage instructions

Changelog

See Releases page.

Running tests

Install devDependencies and Run npm test:

npm test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT © azu

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.3.1 (2021-11-24)

Bug Fixes

  • checksum-collector: strip ' and " from binary name (ab4ba30)

1.3.0 (2021-09-12)

Features

1.2.1 (2021-09-12)

Bug Fixes

1.2.0 (2021-09-12)

Features

  • @pkgdeps/unverified-checksum-checker (375957e)
  • support verified comment (0038b68)
  • support verified comment (5b7f283)

1.1.1 (2021-09-12)

Bug Fixes

1.1.0 (2021-09-12)

Features