create-game
create-game copied to clipboard
Update help message to include Yarn instructions
This PR addresses the issue reported in phaser/phaser#6847 regarding missing Yarn instructions in the create-app tool.
Changes made:
- Updated the help message to include instructions for both npm and Yarn users
- Added examples for Yarn usage alongside npm examples
This should resolve the discrepancy between the instructions provided and the package manager used.
Fixes phaser/phaser#6847