2.0.0 • Published 2 years ago

@dazn/kopytko-cli v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Kopytko CLI

The Kopytko CLI is a command-line interface tool which helps developers to build and maintain applications for Roku devices.

Kopytko CLI is part of Kopytko Roku Ecosystem which consists of:

Prerequisites

  • node version 16+
  • npm version 8+

Quick start

  1. Install the Kopytko CLI
npm install -g @dazn/kopytko-cli
  1. Create new project
kopytko new my-project
  1. Run the project
cd my-project && npm run start

If you want to change predefined configuration please see instructions here.

Supported commands

You can see available commands and command-specific options by entering the following:

kopytko --help
kopytko <command> --help
CommandAliasDescription
screenshotscTakes a screenshot of current application
packagepCompiles and signs an application into an output folder
buildbCompiles an application into an output folder
startsCompiles and runs an application on a Roku device
testtCompiles and runs unit tests on a Roku device
newnCreates new kopytko application