Skip to content

cloudanswers/salesforce-project-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudAnswers Salesforce Project Starter

CloudAnswers standard build script for our projects

Depends on the following environment variables:

USERNAME=your username
PASSWORD=your pass + token
SERVER_URL=https://login.salesforce.com for dev orgs
PACKAGE=name of package

Recommendations:

Includes:

  • static analysis code scanning via pmd
  • basic ant scripts for deploying and getting code from salesforce org
  • scripts to publish managed package version

Usage:

  • fork this repo
  • git clone <your new repo>
  • make a .env file with your environment vars
  • npm install
  • code stuff
  • nf run ant refresh to get your metadata
  • ./scripts/run_pmd to see if you have any obvious problems
  • fix obvious problems
  • commit to your repo

Todo:

  • lightning component
  • dx deploys with different org shapes
  • test deploy
  • apex unit testing
  • ui testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published