@mobilecaddy/mobilecaddy-page-templates
v0.0.2
Published
Page templates for MobileCaddy mobile applications
Keywords
Readme
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-templatesDevelopment
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.
