UNPKG

377 BJavaScriptView Raw
1#!/usr/bin/env node
2"use strict";
3exports.__esModule = true;
4require('babel-register')({});
5var ExtLB = require("..");
6var yargs = require("yargs");
7console.log(ExtLB["default"]["default"].logo);
8var ELB = (function () {
9 function ELB() {
10 yargs.commandDir('../cmds').demandCommand().help().argv;
11 }
12 return ELB;
13}());
14new ELB();
15//# sourceMappingURL=elb.js.map
\No newline at end of file