/expert-chainsaw

An awesome DX starting repo, clone or fork and go

SFDX App

An awesome DX starting repo, clone or fork and go

Dev, Build and Test

Getting started - clone this

git clone git@github.com:agentgill/expert-chainsaw.git myworkingfolder

Delete my remote

git remote remove origin

New git remote

git remote add origin git@github.com:yourorg/yourrepo.git

Go Go Go

git push

Resources

Recommended VSCode Extensions

  • Uncrustify (Apex code formatting based Java standards) pre-configured cfg in repo
  • Apex PMD (Code Scanning)
  • Salesforce Documenter (Preferred)
  • Apex Java Docs (Alternative)
  • SalesforceDX Code Companion (Tooling API based deployments for non-scratch orgs development)
  • Salesforce Diff (Compare server apex with local apex)

Description of Files and Directories

  • tasks.json Build Tasks for Salesforce (Deploy, Retrieve and Delete)

Issues