How to use the r function from nomnom

Find comprehensive JavaScript nomnom.r code examples handpicked from public code repositorys.

8
9
10
11
12
13
14
15
16
17
18
var opts = require("nomnom").parse();


var passed_repo = opts.repo
var passed_device = opts.device
if(passed_repo == undefined){
    passed_repo = opts.r;
}
if(passed_device == undefined){
    passed_device = opts.d;
}
fork icon0
star icon1
watch icon7

+ 2 other calls in file