Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 659 Bytes

readme.md

File metadata and controls

28 lines (21 loc) · 659 Bytes

CCC Yeoman Generator

Yeoman generator used to setup & upgrade Callaway Salesforce development projects.

Configures the following

  1. bitbucket pipelines CI process
  2. prettier (with pre-commit hook)
  3. default package.xml manifest
  4. .gitIgnore
  5. common scripts
  6. vscode settings

Usage

  1. run npm install -g yo
  2. run npm install -g generator-ccc
  3. cd to project
  4. run yo ccc

Development

  1. git clone ...
  2. npm install
  3. npm link
  4. npm run watch
  5. make changes
  6. open test project. Run yo ccc