Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 706 Bytes

Readme.md

File metadata and controls

17 lines (12 loc) · 706 Bytes

A simple object validator written in JavaScript

Getting Started

Not Implemented Yet

  1. npm install object-validator

Cakefile

  cake compile          # Compile CoffeeScript source files
  cake bundle           # Creates /lib_path/package-bundle.js & /lib_path/js/*.js
  cake build            # Creates /lib_path/package-bundle.js & /lib_path/package-bundle.min.js
  cake watch:js         # Recompile CoffeeScript source files when modified to individual .js files
  cake watch:bundle     # Recompile CoffeeScript source files when modified to package-bundle.js
  cake test             # Run tests
  cake docs             # Generate annotated source code with Docco