codesign-validator
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

codesign-validator

Validates codesign on mac and windows files.

npm run scripts

  • npm run test: Runs tests once
  • npm run test:watch: Runs tests in watch-mode
  • npm run lint: Lints the code once
  • npm run lint:watch: Lints the code in watch-mode
  • npm run cover: Runs code coverage using nyc (istanbul)
  • npm run coveralls: Used by coveralls
  • npm run do-publish: Used when publishing the package.

Getting started

let signValidator = require('codesign-validator').CodeSignValidator;
let signValidationInstance = new signValidator(path.join(versionDir.path(), file));
await signValidationInstance.check();

Readme

Keywords

none

Package Sidebar

Install

Weekly Downloads

5

Version

0.0.4

License

MIT

Unpacked Size

12.8 kB

Total Files

9

Last publish

Collaborators

  • chandrachivukula
  • husayn
  • juturu