0.1.11 • Published 6 years ago

generator-sfdx v0.1.11

Weekly downloads
20
License
ISC
Repository
github
Last release
6 years ago

Yeoman generator for SFDX

Usage Demo

$ yo sfdx

yeoman sfdx gen

Project folder structure

$ tree MyProject/
MyProject/
├── config
│   └── scratch-org-def.json
├── force-app
│   ├── main
│   │   └── default
│   │       ├── classes
│   │       │   ├── ContactController.cls
│   │       │   ├── ContactController.cls-meta.xml
│   │       │   ├── DemoController.cls
│   │       │   └── DemoController.cls-meta.xml
│   │       └── pages
│   │           ├── ContactPage.page
│   │           ├── ContactPage.page-meta.xml
│   │           ├── DemoPage.page
│   │           └── DemoPage.page-meta.xml
│   └── test
│       └── default
│           └── classes
│               ├── ContactControllerTests.cls
│               ├── ContactControllerTests.cls-meta.xml
│               ├── DemoControllerTests.cls
│               └── DemoControllerTests.cls-meta.xml
├── index.html
└── sfdx-project.json

9 directories, 15 files

Edit with VS

$ cd MyProject

$ code .

sfdx-gen-edit-1

Apex code completion

sfdx-gen-edit-2

Apex PMD code-scan extension for VS Code

sfdx-gen-edit-pmd

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago