bitovi / launchpad

NodeJS Browser Launcher
MIT License
47 stars 28 forks source link

Add command line #5

Closed daffl closed 7 years ago

daffl commented 11 years ago

Node Commander makes it super easy to provide a command line interface for launchpad. It might not be unusual for people to just want to start browsers like this:

launchpad local firefox http://github.com

Or host a server:

launchpad server --port 8080

Or fire up a remote browser:

launchpad remote ie http://github.com --host 192.168.1.1