Skip to content

imazhar102/apex-test-sources

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

IT Apex sources

Source code origin

cd projects
git clone [email protected]:ipavlic/apex-lambda.git
git clone [email protected]:financialforcedev/apex-mdapi.git
git clone [email protected]:afawcett/apex-toolingapi.git
git clone [email protected]:mbotos/Automated-Testing-for-Force.com.git
git clone [email protected]:SalesforceFoundation/Batch-Entry-for-Salesforce.com.git
git clone [email protected]:SalesforceFoundation/Cumulus.git
git clone [email protected]:forcedotcom/CustomMetadataLoader.git
git clone [email protected]:afawcett/declarative-lookup-rollup-summaries.git
git clone [email protected]:financialforcedev/df12-apex-enterprise-patterns.git
git clone [email protected]:financialforcedev/df12-deployment-tools.git
git clone [email protected]:dreamhouseapp/dreamhouse-sfdx.git
git clone [email protected]:financialforcedev/fflib-apex-common.git
git clone [email protected]:financialforcedev/fflib-apex-mocks.git
git clone [email protected]:SalesforceFoundation/HEDAP.git
git clone [email protected]:SalesforceLabs/Milestones-PM.git
git clone [email protected]:abhinavguptas/Salesforce-Lookup-Rollup-Summaries.git
git clone [email protected]:dhoechst/Salesforce-Test-Factory.git
git clone [email protected]:kevinohara80/sfdc-trigger-framework.git
git clone [email protected]:forcedotcom/sfdx-dreamhouse.git
git clone [email protected]:forcedotcom/sfdx-simple.git
git clone [email protected]:mbotos/SmartFactory-for-Force.com.git
git clone [email protected]:twilio/twilio-salesforce.git
git clone [email protected]:metadaddy/Visualforce-Multiselect-Picklist.git
git clone [email protected]:rsoesemann/visualforce-table-grid.git
git clone [email protected]:SalesforceFoundation/visualforce-typeahead.git

Source code cleanup

Only keep cls and trigger files, starting from every project folder

cd projects
find . -type f -not -name "*.cls" -and -not -name "*.trigger" -delete
find . -type d -name ".git" -exec rm -r "{}" \;
find . -type d -empty -delete

Import date

Wednesday Oct 24, 2018 / 4:00 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Apex 100.0%