@cube-x-ui/ui
v0.1.0
Published
Install CubeX UI packages into an existing project
Downloads
129
Readme
@cubex/ui
Install a CubeX UI package into an existing app.
Usage
npx @cubex/ui my-project installYou can also point the installer at a non-production registry:
npx @cubex/ui my-project install --registry http://localhost:3000The legacy argument order also works:
npx @cubex/ui install my-projectPublish
From the repo root:
cd packages/ui-cli
npm publish