0.0.4 • Published 7 years ago

codesign-validator v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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();
0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago