https://github.com/unfoldingword-dev/word-aligner-lib
https://github.com/unfoldingword-dev/word-aligner-lib
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unfoldingword-dev/word-aligner-lib
- Owner: unfoldingWord-dev
- License: mit
- Created: 2024-10-07T18:59:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-17T18:50:39.000Z (about 1 year ago)
- Last Synced: 2025-10-04T01:30:13.888Z (9 months ago)
- Language: JavaScript
- Size: 705 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# word-aligner-lib
[](https://www.netlify.com)
[](https://app.netlify.com/sites/translation-helps-rcl/deploys)
[](https://github.com/unfoldingWord/translation-helps-rcl/actions)
[](https://github.com/unfoldingWord/translation-helps-rcl/tags)
[](https://www.npmjs.com/package/translation-helps-rcl)
[](https://coveralls.io/github/unfoldingWord/translation-helps-rcl?branch=main)
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 `yarn` to install dependencies
- then run `yarn build:dev` to build the app
## Running tests
- using node v18:
- from the command line cd to the folder containing the repo
- then run `yarn` to install dependencies
- then run `yarn test` to lrun the unit tests