https://github.com/cvan/qbrt-pkg
Generate binary executables of qbrt for your HTML5 Web Apps.
https://github.com/cvan/qbrt-pkg
Last synced: about 1 year ago
JSON representation
Generate binary executables of qbrt for your HTML5 Web Apps.
- Host: GitHub
- URL: https://github.com/cvan/qbrt-pkg
- Owner: cvan
- License: apache-2.0
- Created: 2017-05-24T11:27:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T11:56:04.000Z (about 9 years ago)
- Last Synced: 2025-03-24T09:50:19.011Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# qbrt-pkg
Generate binary executables of [qbrt](https://github.com/mozilla/qbrt) for your HTML5 Web Apps.
For more details, refer to [qbrt's GitHub project page](https://github.com/mozilla/qbrt).
## Usage
Install it via [npm](https://www.npmjs.com/):
```bash
npm install -g cvan/qbrt-pkg
```
### Packaging a qbrt app
To package an app to launch from a URL:
```bash
qbrt-pkg https://aframe.io/aframe/examples/showcase/spheres-and-fog/
```
### Running apps
There's also a command to skip the packaging and directly use qbrt to launch the app from a URL:
```bash
qbrt-launch https://aframe.io/aframe/examples/showcase/spheres-and-fog/
```
## License
All code is licensed under the [Apache License, Version 2.0](LICENSE.md).