0.0.1 • Published 7 years ago

codesign-validator-fix v0.0.1

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

codesign-validator

Validates codesign on 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