v1.1.8 - termui create command
What's new
termui create command
Scaffold a new TermUI project in seconds with an interactive setup wizard:
```bash
npx termui create my-app
```
Choose from 4 starter templates:
- Minimal - Hello World with Text + Spinner
- CLI - Multi-command CLI with add/remove/list
- Dashboard - Tabs + Table + ProgressBar layout
- Wizard - Multi-step prompt flow with clack
Other changes
- Refactored adapter modules (args, clack, completion, conf)
- Updated init, add, update, diff, and list commands
- Added MIT License
- Improved registry client
- Added .tmp/ and _tmp*/ to .gitignore
Full changelog
- feat(cli): add termui create command with 4 starter templates
- Add MIT License to the project
- perf: bundle size optimisations and refactoring (v1.1.7)