An open API service indexing awesome lists of open source software.

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

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