MozillaReality / fxr-cli

A command-line tool for installing and automating the Firefox Reality virtual-reality browser.
https://www.npmjs.com/package/fxr
Mozilla Public License 2.0
4 stars 3 forks source link

create a script to use `pkg` to generate an executable to sideload/install `fxr` globally #17

Open cvan opened 6 years ago

cvan commented 6 years ago

Currently, there is a Node.js dependency to get fxr on your command line (via npm install -g fxr).

I'd like to remove that requirement, so folks can download an executable, install it, and fxr gets magically installed in the command-line environment.

Things that are good ideas but out of scope for this project/repo:

I've used pkg with great success in the past. Let's use pkg to wrap the Node.js scripts as a single executable. It'll be a fantastic user/developer experience. The onboarding and ergonomics will rock!