UNPKG
gn-node
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Node.js native addon build tool with GN.
github.com/Shouqun/node-gn
Shouqun/node-gn
gn-node
/
bin
/
gn-node.js
13 lines
(7 loc)
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env node
var
path =
require
(
'path'
);
var
gn =
require
(
'../lib/node-gn.js'
); process.
title
=
'gn-node'
var
argv = process.
argv
; gnModule=
gn
(); gnModule.
runGN
(process.
argv
);