packkit_scaffold
Scaffold a new npm package, CLI, or app by generating project files to disk with optional git init and dependency installation.
Instructions
Generate a project to disk. Writes files under / (or ./), optionally runs git init and installs dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| git | No | git init + initial commit (default false) | |
| name | Yes | Package name (also the folder name) | |
| preset | No | A preset or alias | |
| install | No | Install dependencies (default false) | |
| options | No | Any options from packkit_schema | |
| directory | No | Parent directory to create the project in (default: current working directory) |