Skip to content

Instantly share code, notes, and snippets.

@kbs5280
Last active July 10, 2019 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbs5280/9705397fc1a948bc82ee82bbd76e670c to your computer and use it in GitHub Desktop.
Save kbs5280/9705397fc1a948bc82ee82bbd76e670c to your computer and use it in GitHub Desktop.
Create a New Salesforce Project with VS Code
$ sfdx force:project:create --projectname sandbox --manifest
target dir = /Users/developer/workspace/clearchoice
create sandbox/sfdx-project.json
create sandbox/README.md
create sandbox/.forceignore
create sandbox/config/project-scratch-def.json
create sandbox/manifest/package.xml
$ ls
sandbox
$ cd sandbox/
$ ls
README.md force-app sfdx-project.json
config manifest
$ code .
$ pwd
/Users/developer/workspace/clearchoice/sandbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment