UNPKG
cfx
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
programmatically use cfx with node.js
github.com/jsantell/node-cfx
jsantell/node-cfx
cfx
/
test
/
addonFail
/
lib
/
main.js
3 lines
(2 loc)
•
74 B
JavaScript
View Raw
1
2
3
var
tabs =
require
(
'sdk/tabs'
);
console
.
log
(
'i am running successfully'
);