Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 541 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 541 Bytes

camshaft

Analysis library to create data views from queries.

Build Status

Library intentions and responsibilities: TBA.

Limitations

  • TBA.

Internals

See docs/INTERNALS.md.

Dependencies

  • Node >= 10.x
  • npm >= 6.x

Install

To install the rest of the dependencies just run:

npm install

Tests

Tests suite can be run with:

npm test

That will (js)lint and run the tests.