videogen-npm
v0.1.1
Published
Node/npm executable for the VideoGen CLI
Readme
videogen-npm
Node/npm executable package for the VideoGen CLI.
Local usage (from this folder)
cd /Users/isaaccolomercasas/Documents/GitHub/videogen-npm
npm install
npm run checkRun directly:
node ./bin/videogen.js helpInstall as a local executable:
npm link
videogen helpRun OpenClaw through the same CLI wrapper:
videogen openclaw --helpNote: OpenClaw requires Node >=22.12.0.
Environment loading
On startup, the CLI attempts to load these files (if they exist):
.env.env.localapps/studio/.envapps/studio/.env.local
Existing environment variables already set in the shell take precedence.
