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
/
src
/
utils
/
index.ts
9 lines
(6 loc)
•
140 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
/** *
@fileoverview
OrdoJS CLI - Utility functions */
export
*
from
'./error.js'
;
export
*
from
'./fs.js'
;
export
*
from
'./logger.js'
;