0.0.2 • Published 2 years ago

@haystacknews/create-roku-app v0.0.2

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

create-roku-app

Quickly scaffold a modern Roku app, including the best practices to enhance your development experience.

Usage

npx create-roku-app

Options

  1. Select a language

    1. BrighterScript (recommended): A superset of the BrightScript language that includes modern features like classes, namespaces, compiler plugins and more. Compiles to Vanilla BrightScript.

    2. Vanilla BrightScript: The old reliable language provided by Roku.

  2. Linter and formatter

    1. Install both (recommended)

    2. Install linter only (bslint)

    3. Install formatter only (brighterscript-formatter)

    4. Not this time.

  3. Enable SceneGraph Inspector: A faster and more insightful SceneGraph inspector within the Visual Studio Code plugin.

    1. Enable (recommended)

    2. Not this time.