1.0.0 • Published 2 years ago

brave-location v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

brave-location workflow npm

Approximates the current location of the Brave browser across platforms.

Usage

Via Node.js:

// Returns the path to brave as a string.
const braveLocation = require('brave-location')

console.log(braveLocation())
// /Applications/Brave Browser.app/Contents/MacOS/Brave Browser

Via CLI:

> npx brave-location
# /Applications/Brave Browser.app/Contents/MacOS/Brave Browser

License

MIT (c) Cezar Augusto.