ContentProvider
NPM package to create content providers for Quivr
Publishing
- Update CHANGELOG.md
npm run build
npm version patch -m "text"
npm publish --access public
- Update the cp-Template repo's
Local development
-
Rebuild the package:
npm run build
-
Use
npm install ../ContentProvider
(with right path) to install local version -
Every rebuild of the package will show up in the codebase where you use the local version of the package.