Skip to content

A JS Implementation of the Proskomma Scripture Processing Model

License

Notifications You must be signed in to change notification settings

BibleBot/proskomma-js

 
 

Repository files navigation

proskomma-js

A Javascript Implementation of the Proskomma Scripture Processing Model.

Installing and testing the code

npm install
npm test
npm run rawTest
TESTSCRIPT=cp_vp npm run oneTest
npm run coverage

Running the code

cd scripts
npm run build # Running Proskomma from within the Proskomma repo so need the babel version of files
node do_graph.js ../test/test_data/usx/web_rut_1.usx example_query.txt
node do_graph.js ../test/test_data/usfm/hello.usfm example_query.txt

Documentation

See the project's ReadtheDocs

About

A JS Implementation of the Proskomma Scripture Processing Model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • XSLT 0.2%