Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.25 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.25 KB

ES-Base-Code

Easy Spaces Base Code is one of the base packages used by a Salesforce App, Easy Spaces. The code here is to demonstrate Continuous Integration and Deployment of Salesforce SFDX packages.

Complete documentation is available here.

SFDX EasySpaces App

The project is an attempt to take the Salesforce packaging SFDX to the next level of modularization.

Zayne Turner has already defined modular development approach in her Developer blog at the GitHub Repo

We are taking it further by decomposing the project packages in their own Repos and empower individual development team to manage the development of the packages independently. The overall project structure looks like this:

Easy Spaces App

ES-Space-Mgmt
-ES-Base-Objects
-ES-Base-Styles
-ES-Base-Code (current Repo)

Dev, Build and Test

Resources

Description of Files and Directories

Issues