CLI — create-smart-tv-app

A CLI to scaffold Smart TV apps quickly.

Quick usage

npx create-smart-tv-app my-smart-tv-app

Options

  • --help, -h Show help
  • --version, -v Show CLI version

What the CLI does

The CLI copies a bundled template into your destination folder, updates package.json with project name and smart-tv dependencies, and prints next steps.

cd my-smart-tv-app
npm install
npm run dev