@churchapps/apihelper
v1.1.2
Published
Library of helper functions not specific to any one ChurchApps project or framework.
Downloads
1,034
Keywords
Readme
ApiHelper
Helper functions specific to ChurchApps API projects
To Test
- After making changes run
npm buildfollowed bynpm linkto expose the package locally - In your test project run
@npm link @churchapps/apihelper - Rerun both after changes
To Publish
- Update version number in package.json
- Run
npm run build - Run
npm publish --access=public
