UNPKG
graphqldoc
Version:
latest (2.5.2)
2.5.2
2.5.1
2.5.0
2.4.1
Generate GraphQL docs from schema.
github.com/CodeSignal/graphqldoc
CodeSignal/graphqldoc
graphqldoc
/
bin
/
graphqldoc.js
9 lines
(6 loc)
•
240 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
#!/usr/bin/env node
"use strict"
;
let
command_1 =
require
(
'@2fd/command'
);
let
command_2 =
require
(
'../lib/command'
); (
new
command_2.
GraphQLDocumentor
) .
handle
(
new
command_1.
ArgvInput
(process.
argv
),
new
command_1.
ColorConsoleOutput
);