You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(codegen): add CLI entry point generation option (cli.entryPoint)
- Add cli-entry.ts template with CLI bootstrap code (inquirerer, --version, --tty)
- Add generateEntryPointFile() to utils-generator.ts (template-copy pattern)
- Add entryPoint option to CliConfig interface (default: false)
- Wire up in generateCli() and generateMultiTargetCli()
- Pass entryPoint through generateMulti() for unified CLI
- When enabled, generates index.ts in cli/ output directory
This removes the last remaining hack from the constructive-hub
CLI e2e test script (manual index.ts generation at test time).
0 commit comments