sfdx-mobilesdk-plugin

Salesforce CLI plugin for creating mobile apps based on the Salesforce Mobile SDK


Keywords
mobilesdk, salesforce, mobile, sdk, salesforcedx, salesforce-dx, oclif-plugin, sfdx-plugin
License
DSDP
Install
npm install sfdx-mobilesdk-plugin@10.0.0

Documentation

CircleCI

SalesforceMobileSDK-Package

Repo for forceios/forcedroid/forcehybrid/forcereact and the Salesforce CLI plugin.

To get started do the following from the root directory

node ./install.js

To run forceios do

./ios/forceios.js

To run forcedroid do

./android/forcedroid.js

To run forcehybrid do

./hybrid/forcehybrid.js

To run forcereact do

./react/forcereact.js

To load the sf plugin from source do

sf plugins link sfdx

To run the Salesforce CLI plugin do

sf mobilesdk ios --help 
sf mobilesdk android --help 
sf mobilesdk hybrid --help 
sf mobilesdk reactnative --help

To test forceios, forcedroid, forcehybrid, forcereact or the Salesforce CLI plugin do

./test/test_force.js

To npm pack forceios, forcedroid, forcehybrid, forcereact or the Salesforce CLI plugin do

./pack/pack.js

To do a full release

./release/release.js