🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

@dazn/kopytko-cli

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dazn/kopytko-cli

Command line interface for Kopytko Ecosystem.

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
4
Created
Source

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:

  • Kopytko Framework - declarative framework for Roku SceneGraph,
  • Kopytko Utils - a collection of modern utility functions for Brightscript applications,
  • Kopytko Packager - a package builder for the Roku platform,
  • Kopytko Unit Testing Framework - extended Roku's Unit Testing Framework
  • Kopytko ESLint Plugin - set of Brightscript rules for ESLint

Prerequisites

  • node version 16+
  • npm version 8+

Quick start

  • Install the Kopytko CLI
npm install -g @dazn/kopytko-cli
  • Create new project
kopytko new my-project
  • 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

Keywords

brightscript

FAQs

Package last updated on 05 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts