yarnpkg / website

Yarn package manager website
https://classic.yarnpkg.com
432 stars 979 forks source link

fix(create): explicitly indicate the bin name #1170

Closed alanpoulain closed 2 years ago

alanpoulain commented 2 years ago

In order for yarn create to work, the bin name in the starter kit’s package.json needs to be create-<starter-kit-package>: https://github.com/yarnpkg/yarn/blob/master/src/cli/commands/create.js#L71