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!",
- Host: GitHub
- URL: https://github.com/brianwillett/roku-boilerplate
- Owner: BrianWillett
- Created: 2021-10-06T17:23:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T13:26:12.000Z (over 4 years ago)
- Last Synced: 2025-11-03T06:11:24.655Z (8 months ago)
- Topics: brightscript, roku, shell
- Language: Shell
- Homepage:
- Size: 302 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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