1.0.0 • Published 2 months ago

create-roku-app v1.0.0

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

create-roku-app

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

This project assumes that you will be using VSCode for development.

Usage

npx create-roku-app

With recommended options

npx create-roku-app --name "My App" --recommended

Options

  1. Select a language

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

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

  2. Linter and formatter

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

    • Enable (recommended)

    • Not this time.

  4. Run git init? (y/n)

  5. Run npm install? (y/n)

CLI options

These are only available as CLI --flags and will not appear on the questions list

  • --name: Shortcut to set the name of your project.

  • --pm: Set the package manager that will be used to install dependencies, if necessary. Values: npm (default) | yarn | pnpm.

  • --recommended: Start a project with the recommended options values.

Contribute

You can see our issues list for things that need to be implemented. For any questions ping me (@arturocuya) on the Roku Developers Slack channel.

1.0.0

2 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.2.2

11 months ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago