0.0.14 • Published 2 months ago

@churchapps/apihelper v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

ApiHelper

Helper functions specific to ChurchApps API projects

To Test

  1. After making changes run npm build followed by npm link to expose the package locally
  2. In your test project run @npm link @churchapps/apihelper
  3. Rerun both after changes

To Publish

  1. Update version number in package.json
  2. Run npm run build
  3. Run npm publish --access=public