Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 3.18 KB

File metadata and controls

37 lines (25 loc) · 3.18 KB

javascript-crypto-cryptoexamples for CryptoExamples.com

Example code for cryptographic use cases. Used in CryptoExamples

Build status Quality Gate Maintainability Rating Security Rating Reliability Rating

Code smells Bugs Technical debt Coverage Vulnerabilities Duplicated Lines Density

Lines Of Code

Installation

  • install Node.js
  • run "npm install" after cloning the repo

Commands

  • To run the unit tests use "npm test", this will run all files, which have tests first.
  • To just run one specific file use "node path/to/file/filename"
  • To lint one file use "./node_modules/.bin/eslint src/filename

Misc

More Information on usage of ESLint here

License

The Unlicense.