Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 454 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 454 Bytes

Valcheck Valcheck npm version

A NodeJS value checker.

Development

  • run tests: npm run test (uses Mocha)
  • run code style checker: npm run lint (uses TSLint)

Versioning and publishing

Versioning is handled by bump2version.

Publishing is handled by the ci.