Skip to content

feat: Enhance installation commands with no-hint option and update ne… - #18

Merged
roble merged 1 commit into
mainfrom
dev
Jul 22, 2026
Merged

feat: Enhance installation commands with no-hint option and update ne…#18
roble merged 1 commit into
mainfrom
dev

Conversation

@roble

@roble roble commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

This pull request improves the install and stack selection flows by refining how and when the user is reminded to run npm install. It introduces a new --no-hint option to suppress duplicate reminders during automated or chained commands, and updates user messaging for clarity.

User messaging improvements:

  • Added a line in NewCommand to clarify that setup continues and the final summary contains the real next steps.
  • Ensured the final "next steps" summary always includes a reminder to install frontend dependencies with npm install.

Stack command enhancements:

  • Added a new --no-hint option to StackCommand to allow suppression of the npm install reminder when invoked from other commands (e.g., during install).
  • Updated the stack selection logic to conditionally show or suppress the npm install reminder based on the --no-hint option.
  • Modified InstallCommand to always pass --no-hint when invoking the stack command, preventing duplicate npm install reminders during the install flow.

@roble
roble merged commit a4e8475 into main Jul 22, 2026
2 checks passed
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.

1 participant