Yeoman generator used to setup & upgrade Callaway Salesforce development projects.
Configures the following
- bitbucket pipelines CI process
- prettier (with pre-commit hook)
- default
package.xml
manifest .gitIgnore
- common scripts
- vscode settings
- run
npm install -g yo
- run
npm install -g generator-ccc
cd
to project- run
yo ccc
git clone ...
npm install
npm link
npm run watch
- make changes
- open test project. Run
yo ccc