0.0.2 • Published 4 years ago

@mobilecaddy/mobilecaddy-page-templates v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

MobileCaddy Page Templates

Package containing templates for the Visualforce pages used in MobileCaddy apps.

When installed this copies, as a postinstall script, the following files into your MobileCaddy project.

  • ./apex-templates/cachepage-template.apex
  • ./apex-templates/swpage-template.apex

Installation

npm i --save-dev @mobilecaddy/mobilecaddy-page-templates

Development

You can manually run the script with npm run postinstall, which should create a ./apex-templates directory and copy the templates into it. This directory is ignored from git and npm.