UNPKG
zokrates-tools
Version:
latest (0.0.0)
0.0.0
ZoKrates convenience CL tools and scripts.
github.com/ngyam/zokrates-tools
ngyam/zokrates-tools
zokrates-tools
/
src
/
index.ts
13 lines
(11 loc)
•
209 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env node
import
*
as
zoktools
from
"./tool"
import
*
as
yargs
from
'yargs'
yargs .
commandDir
(
'tool'
) .
demandCommand
(
1
,
'You need to give at least a command.'
) .
help
() .
argv
export
{ zoktools }