https://github.com/mvahowe/proskomma-js
A JS Implementation of the Proskomma Scripture Processing Model
https://github.com/mvahowe/proskomma-js
scripture-open-components
Last synced: 10 months ago
JSON representation
A JS Implementation of the Proskomma Scripture Processing Model
- Host: GitHub
- URL: https://github.com/mvahowe/proskomma-js
- Owner: mvahowe
- License: mit
- Created: 2020-08-24T12:45:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T14:36:30.000Z (over 2 years ago)
- Last Synced: 2025-04-14T06:06:33.352Z (about 1 year ago)
- Topics: scripture-open-components
- Language: JavaScript
- Homepage:
- Size: 4.04 MB
- Stars: 11
- Watchers: 6
- Forks: 7
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# proskomma
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](https://doc.proskomma.bible)