An open API service indexing awesome lists of open source software.

https://github.com/brianwillett/roku-boilerplate

Node module to create the standard 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!",
https://github.com/brianwillett/roku-boilerplate

brightscript roku shell

Last synced: about 11 hours ago
JSON representation

Node module to create the standard 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!",

Awesome Lists containing this project

README

          

## Roku Boilerplate

#### This is built to run in VS Code with the [BrightScript Language][1] extension
[1]: https://marketplace.visualstudio.com/items?itemName=RokuCommunity.brightscript/ "BrightScript Extension"

### How to use it:

1. Install it: `npm i -g roku-boilerplate`
2. Navigate to where you want your project to be and then use: `rb `
3. Wait for the process to finish. It will open itself in VS code using `code .`
4. Launch the app any which way you please and it will launch on the roku and take you to a screen with `Hello, World!`
5. Now you have a working base for your roku app with a solid file structure

[Submit any bugs here](https://github.com/BrianWillett/roku-boilerplate/issues "Bugs")

###### Written at REDspace by Brian Willett