Skip to content

Conversation

JasonTame
Copy link

Resolves: #2

Adds some utility functions which detect the package manager used to run create-rwsdk and customises the next steps section accordingly:

Pnpm

Next steps:
  cd my-project
  pnpm install
  pnpm dev

Yarn

Next steps:
  cd my-project
  yarn install
  yarn dev

Npm (default)

Next steps:
  cd my-project
  npm install
  npm run dev

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.

Detect package manager and use it when displaying next steps

1 participant