Skip to content

rokucommunity/brighterscript-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A template repository for BrighterScript projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published