rokucommunity / brighterscript-template

A template repository for BrighterScript projects.
MIT License
13 stars 5 forks source link

BrighterScript Template

This is a template project for a Roku app written in BrighterScript

Setup instructions

  1. Install NodeJS
  2. Make a local copy of the project:
    npx degit rokucommunity/brighterscript-template BrighterScriptApp
  3. navigate to the new app directory
    cd BrighterScriptApp
  4. install npm dependencies
    npm install
  5. Build a zip of the project
    npm run package

Debugging

This repository comes pre-configured to work with the BrightScript Language extension for Visual Studio Code. So once you have that plugin installed, debugging your project is as simple as clicking the "Start Debugging" button.