UNPKG
@resuml/cli
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
Generate JSON resumes from YAML with theme support
github.com/phoinixi/resuml
phoinixi/resuml
@resuml/cli
/
dist
/
index.d.ts
7 lines
(4 loc)
•
111 B
TypeScript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env node
import
{
Command
}
from
'commander'
; declare
const
program
:
Command
;
export
{ program };