UNPKG
locate-chrome
Version:
latest (0.1.1)
0.1.1
0.1.0
Find Google Chrome on your system
github.com/davidtheclark/locate-chrome
davidtheclark/locate-chrome
locate-chrome
/
bin.js
8 lines
(5 loc)
•
112 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env node
var
locateChrome =
require
(
'./'
);
locateChrome
().
then
(
function
(
r
) {
console
.
log
(r); });