UNPKG
@tachui/cli
Version:
latest (0.8.1-alpha)
0.8.1-alpha
0.8.0-alpha
0.7.1-alpha
0.7.0-alpha1
Tacho CLI - Comprehensive developer tooling for tachUI
tachui.dev
tach-UI/tachUI
@tachui/cli
/
dist
/
commands
/
generate.d.ts
8 lines
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Tacho CLI - Generate Command * * Code generation and scaffolding for TachUI components with Phase 6 patterns */
import
{
Command
}
from
'commander'
;
export
declare
const
generateCommand
:
Command
;
//# sourceMappingURL=generate.d.ts.map