packkit_preview
Preview the file tree and stack summary that Packkit would generate for a given package configuration, without writing anything to disk.
Instructions
Preview the files Packkit would generate for a config, without writing anything. Returns the stack summary and the file tree.
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"] }) |