Skip to content

Update installation command from npm install to npx - #19

Merged
singerbj merged 1 commit into
mainfrom
claude/update-npm-command-5CsX8
Feb 2, 2026
Merged

Update installation command from npm install to npx#19
singerbj merged 1 commit into
mainfrom
claude/update-npm-command-5CsX8

Conversation

@singerbj

@singerbj singerbj commented Feb 2, 2026

Copy link
Copy Markdown
Owner

Summary

Updated the installation command displayed in the Hero component to use npx ember-mug@latest instead of npm install -g ember-mug.

Changes

  • Updated the displayed installation command in the code block from npm install -g ember-mug to npx ember-mug@latest
  • Updated the copy-to-clipboard functionality to copy the new command format

Rationale

Using npx with the @latest tag provides several benefits:

  • No global installation required, reducing system pollution
  • Always runs the latest version without manual updates
  • Simpler and more modern installation experience for users
  • Aligns with current npm best practices for CLI tools

https://claude.ai/code/session_01L1ZSq7dNymu5NgVhpE5avj

@singerbj
singerbj merged commit 12731e5 into main Feb 2, 2026
3 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.

2 participants