UNPKG
devtool
Version:
latest (2.3.1)
2.3.1
2.3.0
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.11.2
1.11.1
1.11.0
1.10.0
1.9.1
1.8.3
1.8.2
1.8.1
1.8.0
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.0.0
0.0.0
runs Node.js programs through Chromium DevTools
github.com/Jam3/devtool
Jam3/devtool
devtool
/
bin
/
index.js
3 lines
(2 loc)
•
63 B
JavaScript
View Raw
1
2
3
#!/usr/bin/env node
require
(
'./spawn'
)(process.
argv
.
slice
(
2
));