The 1.2.0 version of our CLI tool to help you kickstart your latest Salesforce mobile application is now ready and available via NPM.
The latest release has a handful of minor bug fixes but primarily focusses on having a better mechanism for handling the package dependencies and showing feedback.
There are no breaking changes and it is recommended that users upgrade to the latest version. This can be done with this command;
It’s been hiding in the wings, but our MobileCaddy CLI v1.0.0 is here!
The MobileCaddy CLI is the easiest way to use MobileCaddy to create offline first, robust and versionable mobile applications for Salesforce.com.
Using the MobileCaddy CLI you can quickly create a project structure based on one of our template applications that will allow you to have a deployable mobile application in a matter of minutes. Too good to be true? Just watch this video where we create a new mobile application using Salesforce.com as a backend.
As well as helping us create our new projects, the CLI tool gives us a few workflow benefits including;
Ongoing SCSS compilation and live-reload
JavaScript JS Hinting
Automatic package bundling
If you’re familiar with accessing SFDC from a localhost environment you’ll know that you have to have a CORS proxy set-up, but not to worry, the MobileCaddy CLI will manage the creation and running of that for you too.
What’s new in v1.0.0
The latest release was primarily focussed on stabilising the features we already have, but we also added the capability of defining your own project templates when starting a fresh project. This can be used, for example, if you re-use the same design patterns over-and-over and don’t want to keep re-implementing them on top of the standard MobileCaddy templates (see our Seed and Shell applications). To use a custom template the new command can now be run with a URL that links to a zip file of a project based upon one of the MobileCaddy templates.