Skip to content

amaierhofer/webos-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

View and debug webos applications installed on your emulator in your desktop browser. Reload app automatically when you make changes to your application.

How to get started

  • rake palm:generate - to generate sample hello world application
  • rake ssh:tunnel - to create tunnel for emulators webserver
  • rake node:run[hello] - to start monitoring (assumes you have nodejs and common libs)
  • point your browser to http://localhost:3000

now if you modify files in ./hello your browser view should refresh automatically

Features

  • Allows you to use chrome js debugger
  • Gives you command line access to Mojo via Chrome js console
  • Picks-up modifications you make to your application, autorefreshes view

Todo

  • Clean up Rakefile
  • Make this work for symlinked apps
  • Rework monitoring to use fs.watchFile

About

Run webOS apps in your desktop browser and get instant feedback when making changes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published