packkit_preview
Preview the generated file tree and stack summary for a project config before writing anything. Check the layout before committing to a scaffold.
Instructions
Show the project structure a config would produce — the full file tree and stack summary — without writing anything. Use this to check the layout before committing to it, and to show the user what they are about to get. Cheap and side-effect free, so prefer it over scaffolding to a throwaway directory to see what happens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name | |
| preset | No | A preset or alias (e.g. ts-lib, react-lib, node-service, rlib) | |
| options | No | Any options from packkit_schema (e.g. { "framework": "vue", "target": ["library"] }) |