UNPKG
voltage-autodoc
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Auto-documentation generator for Voltage analytics schemas
voltage-autodoc
/
dist
/
index.js
8 lines
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env node
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
command_1 =
require
(
"./command"
);
const
command =
new
command_1.
Command
();
// Parse command line arguments and execute
command.
parse
(process.
argv
);
//# sourceMappingURL=index.js.map