@wiztivi/dana-cli
v0.0.14
Published
Dana create app CLI
Downloads
413
Keywords
Readme

Dana-cli
Dana is a JavaScript framework built for TV apps. It aims at enabling the creation of natively performant TV applications on all currently available TV platforms. Code once, deploy across all major platforms (Samsung Tizen, LG WebOS, Android TV, AppleTV, Xbox...) using a single codebase.
This cli is a companion tool made to help you boostrap an application with Dana.
Requirements
To be able to use the dana-cli, you will need:
- Node > 20,
- an account on Dana Cloud Service
Getting started
First you'll need to use your account to authenticate to Dana Cloud Service platform:
npx @wiztivi/dana-cli auth loginThis should open a browser and ask for your account credentials.
Then you can create a simple template of your application by running the following command:
npx @wiztivi/dana-cli create-app <project-name>Usage
Use the CLI to:
- create a new app project
- add device(s) easily to deploy your project on more platforms:
npx @wiztivi/dana-cli add-device, - add built-in components to your project: eg
npx @wiztivi/dana-cli add-menu - get autocompletion script for dana commands:
npx @wiztivi/dana-cli completion <shell>
To get all available options and more information:npx @wiztivi/dana-cli help
Screenshots

