add-cli-option

Installation
SKILL.md

Add a new CLI option

How to convert a hardcoded CLI flag into a proper AnyRemotionOption, or add a brand new one.

1. Create the option definition

Create packages/renderer/src/options/<name>.tsx:

import type {AnyRemotionOption} from './option';

let myValue = false; // module-level default state

const cliFlag = 'my-flag' as const;
Installs
85
GitHub Stars
49.0K
First Seen
12 days ago
add-cli-option — remotion-dev/remotion