https://github.com/agentgill/expert-chainsaw
An awesome DX starting repo, clone or fork and go
https://github.com/agentgill/expert-chainsaw
Last synced: 5 months ago
JSON representation
An awesome DX starting repo, clone or fork and go
- Host: GitHub
- URL: https://github.com/agentgill/expert-chainsaw
- Owner: agentgill
- Created: 2019-05-31T15:54:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T21:14:01.000Z (almost 7 years ago)
- Last Synced: 2025-01-18T13:38:25.886Z (over 1 year ago)
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SFDX App
An awesome DX starting repo, clone or fork and go
## Dev, Build and Test
Getting started - clone this
```bash
git clone git@github.com:agentgill/expert-chainsaw.git myworkingfolder
```
Delete my remote
```bash
git remote remove origin
```
New git remote
```bash
git remote add origin git@github.com:yourorg/yourrepo.git
```
Go Go Go
```bash
git push
```
## Resources
- [Salesforce DX CLI installer](https://developer.salesforce.com/tools/sfdxcli)
- Salesforce DX CLI install via NPM `npm install sfdx-cli --global`
- [VSCode IDE](https://code.visualstudio.com/download)
- [VSCode Extension Pack for Salesforce](https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode)
## 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