vandar-cli
v1.0.7
Published
Generate personalized outbound videos from the command line
Readme
Vandar
Vandar is an API-backed CLI for personalized outbound videos. Give it a topic, a target, and your company context, and it returns a rendered video.
Local commands
npm install
npm run build:cli
npm run dev
npm run lint
npm run buildInstall the CLI locally:
npm install -g vandar-cli
vandar loginOr run it directly with npx:
npx vandar-cli --help
npx vandar-cli loginGenerate a video:
vandar create --topic "Pipeline handoff gaps" --target "[email protected]"See all options:
vandar create --helpDefault account/company styling can be edited in the dashboard settings page. Per-job overrides are also available from the CLI with flags like --voice, --primary-color, --secondary-color, --headline-font, --body-font, --company-domain, and --company-context.
Publishing
Create the npm tarball:
npm packPublish when authenticated with npm:
npm publish --access public