UNPKG
iyql
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.1.0
Interactive YQL
github.com/okuryu/node-iyql
okuryu/node-iyql
iyql
/
lib
/
cli.js
9 lines
(7 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
#!/usr/bin/env node
/** * Copyright (c) 2012, Ryuichi Okumura. All rights reserved. * Code licensed under the BSD License: * https://github.com/okuryu/node-iyql/blob/master/LICENSE.md */
require
(
'./iyql'
).
route
();