Yeoman generator used to setup & upgrade Callaway Salesforce development projects.
Configures the following
- bitbucket pipelines CI process
- prettier (with pre-commit hook)
- default
package.xmlmanifest .gitIgnore- common scripts
- vscode settings
- run
npm install -g yo - run
npm install -g generator-ccc cdto project- run
yo ccc
Requires Node.js 22 LTS (see .nvmrc).
git clone ...npm installnpm linknpm run watch- make changes
npm run typecheck,npm run lint, andnpm testbefore opening a PR- open test project. Run
yo ccc