File: README

package info (click to toggle)
avro-java 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 12,784 kB
  • sloc: java: 58,236; ansic: 27,618; cpp: 15,332; cs: 12,876; python: 10,443; xml: 6,338; php: 3,836; ruby: 3,158; perl: 1,656; sh: 733; lex: 203; yacc: 140; makefile: 7
file content (20 lines) | stat: -rw-r--r-- 694 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Avro Javascript
===============================================================================

Usage
-------------------------------------------------------------------------------

* *With node.js*: Install this avro-js npm package and then
  use ```require('avro-js')``` in your program.

* *Outside of node.js (e.g., browser)*: Include the validator.js file and the
  [underscore.js library](http://underscorejs.org/).


Running tests
-------------------------------------------------------------------------------

To run the included test suite using node.js:

1. Install the npm dependencies by running ```npm install``` in the "js" dir.
2. Run ```node_modules/grunt/bin/grunt test```.