Goal
Implement the init command to create a new ForgeCoders project.
Requirements
- Create a new project directory
- Generate the basic project structure
- Create a README.md file
- Display a success message
Acceptance Criteria
- The command runs without errors
- The project structure is created correctly
- Users receive clear feedback
Goal
Implement the
initcommand to create a new ForgeCoders project.Requirements
Acceptance Criteria