Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 830 Bytes

getting-started.md

File metadata and controls

37 lines (28 loc) · 830 Bytes

Getting Started

Access the Library

Using NPM

npm install object-queries

From Github

Testing

Manual Testing

  • optionally: run the Python server (Python 2.X required)
  • point your browser to the run-tests.html in the top folder

To run the same tests automatically in a test suite:

npm test

Update Documentation

jsdoc src/select.js src/view.js src/withlogging.js

Contributing

The project is structured as follows:

  • lib dependencies such as babelsberg and a modified require.js library
  • src main source code
    • select.js provides the select function
    • withLogging.js have to be invoked in order to track objects
  • tests the mocha tests