UNPKG
@crstn/neos-cli
Version:
latest (0.1.0)
0.1.0
CLI for the Neos CMS.
github.com/crstnio/neos-cli
crstnio/neos-cli
@crstn/neos-cli
/
lib
/
index.js
5 lines
(4 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
command_1 =
require
(
"@oclif/command"
);
Object
.
defineProperty
(
exports
,
"run"
, {
enumerable
:
true
,
get
:
function
(
) {
return
command_1.
run
; } });