UNPKG
@pecometer/peco-cli
Version:
latest (2.0.0)
2.0.0
1.10.0
1.9.2
1.9.1
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Pecometer Command Line Interface Application with monorepo support
@pecometer/peco-cli
/
index.js
6 lines
•
281 B
JavaScript
View Raw
1
2
3
4
5
6
#!/usr/bin/env node
"use strict"
;
/** *
@author
Sean Hutchinson *
@copyright
Pecometer Software Ltd */
Object
.
defineProperty
(
exports
,
"__esModule"
,{
value
:!
0
});
const
executer_1=
require
(
"./classes/executer"
);
class
App
extends
executer_1.CCommandLineApp
{}
const
app=
new
App
;app.
run
();