generate_scaffold
Scaffold a hybrid web application project by specifying modules; automatically resolves dependencies and creates directories, module files, package.json, and README.md.
Instructions
선택된 모듈들로 프로젝트 구조를 생성합니다. 프로젝트 디렉토리, 모듈 파일, package.json, README.md 등을 자동으로 생성합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modules | Yes | 포함할 모듈 이름 배열 (의존성은 자동 해결됨) | |
| projectName | Yes | 생성할 프로젝트 이름 (예: "my-hybrid-app") |