create-smoove
v0.3.6
Published
Scaffold a smoove video project: full studio or a minimal composition app, ready to run.
Readme
create-smoove
Scaffold a smoove video project.
npm create smoove
# or
pnpm create smoove studio my-studio
npm create smoove composition my-comp -- --tsTwo templates:
- studio — the full studio: browse compositions, scrub the timeline, tweak props, render MP4s on a built-in server queue.
- composition — a minimal Vite app: one composition,
<smoove-player>preview, autoreload. TypeScript or JavaScript.
Both come with the smoove-video agent skill one command away
(npx skills add smoove-dev/smoove -s smoove-video), so your coding agent knows how to
write smoove compositions.
Options: --ts / --js, --no-install, --no-git, --no-skill.
Templates live in templates/
and are fetched from main at run time, so fixes land without a new CLI
release.
