create-watchup
v0.1.1
Published
Set up WatchUp SDKs in Next.js, React, Node.js, and Express projects
Maintainers
Readme
create-watchup
Set up WatchUp in an existing project.
npx create-watchup@latest
npx create-watchup@latest next --api-key wup_pub_xxx --yes
npx create-watchup@latest express --api-key wup_live_xxx
npx create-watchup@latest react-native --api-key wup_pub_xxxThe CLI detects the project framework when no framework is provided. It installs the related WatchUp package and creates safe setup files you can import from your app.
Supported targets:
nextreactreact-nativenodeexpress
Options:
--api-key <key>: WatchUp project API key.--yes: skip confirmation prompts.--no-install: write files without installing packages.--with-logs: enable live logs. Enabled by default.
