fxos
v0.0.0
Published
Simplify interaction between mankind and FirefoxOS during webapps development
Downloads
3
Readme
node-fxos
Simplify interaction between mankind and FirefoxOS during webapps development
See the presentation here
Idea
Instead of having a big tool that does everything, the idea here is to have very little libraries that do one thing well, so that you can roll your own command line tool, deployment and testing strategies and gulp/grunt script to enhance your Firefox OS development experience.
The aim of these components is to use the Firefox Remote Debugging Protocol with harthur/firefox-client.
Modules
- [x] fx-ports - Find Firefox(OS) listening debugging ports
- [x] fxos-simulators - Find FirefoxOS simulators binaries
- [x] fxos-start - Start a FirefoxOS simulator
- [x] fxos-deploy - Deploy a webapp to FirefoxOS
- [x] fxos-findapp - Find an app on FirefoxOS given a manifest
- [x] fxos-reloadcss - Live-reload CSS in FirefoxOS
- [ ] fxos-screenshot
- [x] fxos-console
Projects using fxos modules
- FirefoxOS Gulp Example: Gulpfile.js using node-fxos modules
- Fireplay Atom: Plugin for Atom for live editing FirefoxOS apps' HTML and CSS