Approximates the current location of Google Chrome on your system.
Originally sourced from karma-chrome-launcher.
location = require('chrome-location')
Returns the path to Google Chrome as a string.
stdout
path to Chrome:
> chrome-location
# /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
Open Chrome (remember to use quotes as Chrome's path usually has spaces in it):
> "`chrome-location`"
MIT. See LICENSE.md for details.