An open API service indexing awesome lists of open source software.

https://github.com/unfoldingword-dev/word-aligner-lib


https://github.com/unfoldingword-dev/word-aligner-lib

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# word-aligner-lib

[![Netlify](https://www.netlify.com/img/global/badges/netlify-color-accent.svg)](https://www.netlify.com)
[![Netlify Status](https://api.netlify.com/api/v1/badges/57413041-9de1-4d67-969e-3d5a2cd4225c/deploy-status)](https://app.netlify.com/sites/translation-helps-rcl/deploys)
[![CI Status](https://github.com/unfoldingWord/translation-helps-rcl/workflows/CI/badge.svg)](https://github.com/unfoldingWord/translation-helps-rcl/actions)
[![Current Verison](https://img.shields.io/github/tag/unfoldingWord/translation-helps-rcl.svg)](https://github.com/unfoldingWord/translation-helps-rcl/tags)
[![View this project on NPM](https://img.shields.io/npm/v/translation-helps-rcl)](https://www.npmjs.com/package/translation-helps-rcl)
[![Coverage Status](https://coveralls.io/repos/github/unfoldingWord/translation-helps-rcl/badge.svg?branch=main)](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