Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 513 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 513 Bytes

uw-quote-helpers

A helpers library for handling and generating quotes from ®unfoldingWord scripture resources.

Getting Started Developing

Using pnpm in terminal

  • clone the repo and cd into it
  • install by doing: pnpm i
  • run tests: pnpm test
  • do build: pnpm build
  • to publish a beta build: pnpm publish --tag beta
  • to publish final release: pnpm publish

Examples:

  1. Getting target quotes from source quotes (Node.js)