A helpers library for handling and generating quotes from ®unfoldingWord scripture resources.
- 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