Skip to content

unfoldingWord/uw-quote-helpers

Repository files navigation

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)