@cyberbloxai/ui-kit 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -4
  2. package/src/cli.js +3 -0
package/package.json CHANGED
@@ -1,10 +1,8 @@
1
1
  {
2
2
  "name": "@cyberbloxai/ui-kit",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Production-ready UI component library built on Radix UI + Tailwind CSS. Supports shadcn-style component installation.",
5
- "bin": {
6
- "cyberblox": "./src/cli.js"
7
- },
5
+ "bin": "./src/cli.js",
8
6
  "repository": {
9
7
  "type": "git",
10
8
  "url": "git+https://github.com/abhishekjohn1507/uni-kit-forge.git"
package/src/cli.js CHANGED
@@ -383,6 +383,9 @@ switch (command) {
383
383
  case 'list':
384
384
  listComponents();
385
385
  break;
386
+ case 'help':
387
+ case '--help':
388
+ case '-h':
386
389
  default:
387
390
  console.log('CyberBlox UI CLI');
388
391
  console.log('\nUsage:');