@salesforce/plugin-templates
Version:
Commands to create metadata from a default or custom template
10 lines (5 loc) • 385 B
Markdown
# examples
- Generate the metadata files for a Lightning interface bundle called "myinterface" in the current directory:
<%= config.bin %> <%= command.id %> --name myinterface
- Similar to the previous example but generate the files in the "force-app/main/default/aura" directory:
<%= config.bin %> <%= command.id %> --name myinterface --output-dir force-app/main/default/aura