## Goal Implement the `init` command to create a new Forge CLI project. ### Requirements - Create project folder - Generate starter files - Display success message ### Acceptance Criteria - Command runs without errors - Project structure is created correctly
Goal
Implement the
initcommand to create a new Forge CLI project.Requirements
Acceptance Criteria