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
/
init.d.ts
8 lines
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Tacho CLI - Init Command * * Initialize new TachUI projects with smart templates and Phase 6 features */
import
{
Command
}
from
'commander'
;
export
declare
const
initCommand
:
Command
;
//# sourceMappingURL=init.d.ts.map