0.1.2 • Published 7 years ago

sfdx-code-gen v0.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

sfdx-code-gen Build Status

A tool for generating Salesforce DX source code from templates.

Setup

Install from source

  1. Install the Salesforce CLI.

  2. Clone the repository: git clone git@github.com:wadewegner/sfdx-code-gen.git

  3. Install npm modules: npm install

  4. Link the plugin: sfdx plugins:link .

Install as plugin

  1. Install plugin: sfdx plugins:install sfdx-code-gen