CLI tool for creating and managing @ino-ui/tv projects.
npm install -g @ino-ui/tv-cli
Create a new project:
create-ino-tv create my-app
cd my-app
npm install
npm start
-
-t, --template <template>
- Template to use (default|minimal)
-
default
- Full example with all components and webpack setup for TV apps -
minimal
- Basic setup with essential components