roku-boilerplate
v1.0.2
Published
Node module to create the standard Roku/Brightscript boilerplate to get an app up and running. After running the create command, you will have created a working Roku app that can launch and display "Hello, World!"
Readme
Roku Boilerplate
This is built to run in VS Code with the BrightScript Language extension
How to use it:
- Install it:
npm i -g roku-boilerplate - Navigate to where you want your project to be and then use:
rb <project-name> - Wait for the process to finish. It will open itself in VS code using
code . - Launch the app any which way you please and it will launch on the roku and take you to a screen with
Hello, World! - Now you have a working base for your roku app with a solid file structure
