For any changes to the command surface (args/flags) it will require discussion first, please raise an issue.
- Node.js version in
package.jsonengines - npm
git clone https://github.com/promptg/cli.git
cd cli
npm cinpm run typecheck
npm test
npm run lint
npm run build
node dist/cli.js --help- Keep changes small and focused.
- Include what changed, why, and how you tested.
All commits must include a Signed-off-by line (DCO). Use:
git commit -s