UNPKG

@shba007/unstack

Version:

Print your favorite framework info into cli

12 lines (9 loc) 224 B
import * as citty from 'citty'; declare const main: citty.CommandDef<{ framework: { type: "string"; description: string; }; }>; declare const runMain: () => Promise<void>; export { main, runMain };