word-aligner-lib
v1.0.1
Published
[](https://www.netlify.com) [](https://app.netlify.com/sites/translati
Readme
word-aligner-lib
A Node Library for USFM and alignment operations. Business logic was split out of checking-tool-rcl
Building
- using node v18:
- from the command line cd to the folder containing the repo
- then run
yarnto install dependencies - then run
yarn build:devto build the app
Running tests
- using node v18:
- from the command line cd to the folder containing the repo
- then run
yarnto install dependencies - then run
yarn testto lrun the unit tests
