Skip to content

Conversation

btea
Copy link
Collaborator

@btea btea commented Sep 20, 2025

Description

close #822

@btea btea requested a review from Copilot September 20, 2025 14:04
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new configuration option needsAutomaticallyInstallDependencies that allows users to choose whether dependencies should be automatically installed after project scaffolding. The feature prompts users during setup and if enabled, automatically runs package installation instead of just displaying installation instructions.

Key changes:

  • Added new configuration option for automatic dependency installation
  • Updated localization files with translated messages for the new prompt
  • Modified project initialization flow to conditionally install dependencies

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 12 comments.

File Description
utils/getLanguage.ts Added type definition for the new dependency installation option
locales/*.json Added translated messages for the automatic dependency installation prompt
index.ts Added prompt logic, installation handling, and conditional outro messaging

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@btea btea requested a review from Copilot September 21, 2025 02:09
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an option to automatically install dependencies.
1 participant