UNPKG
codely
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
The codely command line utility.
github.com/greysonmrx/codely
greysonmrx/codely
codely
/
build
/
types
/
cli.d.ts
6 lines
(5 loc)
•
115 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
build
:
any
;
/** * Create the cli and kick it off */
declare
function
run
(
argv
:
any
):
Promise
<
any
>;