UNPKG

@resuml/cli

Version:

Generate JSON resumes from YAML with theme support

7 lines (4 loc) 111 B
#!/usr/bin/env node import { Command } from 'commander'; declare const program: Command; export { program };