uw-quote-helpers
v1.1.4
Published
An open component package for generating target quotes from an aligned Bible.
Downloads
15
Maintainers
Keywords
Readme
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