ui icon indicating copy to clipboard operation
ui copied to clipboard

feat(cli): Add cli alias

Open RyloRiz opened this issue 1 year ago • 3 comments

Add shui alias for shadcn-ui when running cli after global npm installation.

RyloRiz avatar Dec 30 '23 07:12 RyloRiz

@RyloRiz is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Dec 30 '23 07:12 vercel[bot]

If I may ask, what does that do? is it related to this 10 yr old package https://www.npmjs.com/package/shui ?

TheMikeyRoss avatar Dec 30 '23 15:12 TheMikeyRoss

It's just an NPM alias in the package.json that, when installing the CLI tool as a global package with npm install -g shadcn-ui, allows you to trigger it with shui rather than typing out shadcn-ui.

RyloRiz avatar Dec 30 '23 16:12 RyloRiz

@RyloRiz Since shui is already a npm namespace and you can always add a shortcut in your package.json, let's close this for now.

shadcn avatar Jul 24 '24 07:07 shadcn