UNPKG
@ordojs/cli
Version:
latest (0.5.0-beta.2)
0.5.0-beta.2
0.5.0-beta.1
Command-line interface for OrdoJS framework
@ordojs/cli
/
dist
/
index.d.ts
11 lines
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@fileoverview
OrdoJS CLI - Main entry point */
export
*
from
'./cli.js'
;
export
*
from
'./commands/index.js'
;
export
*
from
'./utils/index.js'
;
/** * CLI version */
export
declare
const
CLI_VERSION
=
"0.5.0-beta.1"
;
//# sourceMappingURL=index.d.ts.map