ChurchApps / Helpers

Library of helper functions not specific to any project or framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helpers

Library of helper functions not specific to any project or framework.

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/helpers
  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

About

Library of helper functions not specific to any project or framework.

License:MIT License


Languages

Language:TypeScript 100.0%