@aristobyte-ui/cli 2.5.0 → 2.5.1
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.
- package/es/package.json +2 -1
- package/es/src/main/commands/add.d.ts +2 -0
- package/es/src/main/commands/add.d.ts.map +1 -0
- package/es/src/main/commands/doctor.d.ts +2 -0
- package/es/src/main/commands/doctor.d.ts.map +1 -0
- package/es/src/main/commands/env.d.ts +2 -0
- package/es/src/main/commands/env.d.ts.map +1 -0
- package/es/src/main/commands/init.d.ts +2 -0
- package/es/src/main/commands/init.d.ts.map +1 -0
- package/es/src/main/commands/list.d.ts +3 -0
- package/es/src/main/commands/list.d.ts.map +1 -0
- package/es/src/main/commands/remove.d.ts +2 -0
- package/es/src/main/commands/remove.d.ts.map +1 -0
- package/es/src/main/commands/upgrade.d.ts +2 -0
- package/es/src/main/commands/upgrade.d.ts.map +1 -0
- package/es/src/main/index.d.ts +3 -0
- package/es/src/main/index.d.ts.map +1 -0
- package/es/src/main/utils/checkVersion.d.ts +2 -0
- package/es/src/main/utils/checkVersion.d.ts.map +1 -0
- package/es/src/main/utils/colors.d.ts +15 -0
- package/es/src/main/utils/colors.d.ts.map +1 -0
- package/es/src/main/utils/compareVersions.d.ts +2 -0
- package/es/src/main/utils/compareVersions.d.ts.map +1 -0
- package/es/src/main/utils/getBanner.d.ts +2 -0
- package/es/src/main/utils/getBanner.d.ts.map +1 -0
- package/es/src/main/utils/getCurrentPackageManager.d.ts +3 -0
- package/es/src/main/utils/getCurrentPackageManager.d.ts.map +1 -0
- package/es/src/main/utils/getDescription.d.ts +2 -0
- package/es/src/main/utils/getDescription.d.ts.map +1 -0
- package/es/src/main/utils/getTip.d.ts +2 -0
- package/es/src/main/utils/getTip.d.ts.map +1 -0
- package/es/src/main/utils/installPackage.d.ts +2 -0
- package/es/src/main/utils/installPackage.d.ts.map +1 -0
- package/es/src/main/utils/parseHelp.d.ts +3 -0
- package/es/src/main/utils/parseHelp.d.ts.map +1 -0
- package/es/src/main/utils/typography.d.ts +3 -0
- package/es/src/main/utils/typography.d.ts.map +1 -0
- package/lib/package.json +2 -1
- package/lib/src/main/commands/add.d.ts +2 -0
- package/lib/src/main/commands/add.d.ts.map +1 -0
- package/lib/src/main/commands/doctor.d.ts +2 -0
- package/lib/src/main/commands/doctor.d.ts.map +1 -0
- package/lib/src/main/commands/env.d.ts +2 -0
- package/lib/src/main/commands/env.d.ts.map +1 -0
- package/lib/src/main/commands/init.d.ts +2 -0
- package/lib/src/main/commands/init.d.ts.map +1 -0
- package/lib/src/main/commands/list.d.ts +3 -0
- package/lib/src/main/commands/list.d.ts.map +1 -0
- package/lib/src/main/commands/remove.d.ts +2 -0
- package/lib/src/main/commands/remove.d.ts.map +1 -0
- package/lib/src/main/commands/upgrade.d.ts +2 -0
- package/lib/src/main/commands/upgrade.d.ts.map +1 -0
- package/lib/src/main/index.d.ts +3 -0
- package/lib/src/main/index.d.ts.map +1 -0
- package/lib/src/main/utils/checkVersion.d.ts +2 -0
- package/lib/src/main/utils/checkVersion.d.ts.map +1 -0
- package/lib/src/main/utils/colors.d.ts +15 -0
- package/lib/src/main/utils/colors.d.ts.map +1 -0
- package/lib/src/main/utils/compareVersions.d.ts +2 -0
- package/lib/src/main/utils/compareVersions.d.ts.map +1 -0
- package/lib/src/main/utils/getBanner.d.ts +2 -0
- package/lib/src/main/utils/getBanner.d.ts.map +1 -0
- package/lib/src/main/utils/getCurrentPackageManager.d.ts +3 -0
- package/lib/src/main/utils/getCurrentPackageManager.d.ts.map +1 -0
- package/lib/src/main/utils/getDescription.d.ts +2 -0
- package/lib/src/main/utils/getDescription.d.ts.map +1 -0
- package/lib/src/main/utils/getTip.d.ts +2 -0
- package/lib/src/main/utils/getTip.d.ts.map +1 -0
- package/lib/src/main/utils/installPackage.d.ts +2 -0
- package/lib/src/main/utils/installPackage.d.ts.map +1 -0
- package/lib/src/main/utils/parseHelp.d.ts +3 -0
- package/lib/src/main/utils/parseHelp.d.ts.map +1 -0
- package/lib/src/main/utils/typography.d.ts +3 -0
- package/lib/src/main/utils/typography.d.ts.map +1 -0
- package/package.json +2 -1
package/es/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aristobyte-ui/cli",
|
|
3
3
|
"description": "The official AristoByteUI CLI — initialize projects, install, upgrade, remove, and manage UI components seamlessly.",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"author": "AristoByte <info@aristobyte.com>",
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"main": "lib/src/main/index.js",
|
|
42
42
|
"module": "es/src/main/index.js",
|
|
43
|
+
"types": "es/src/main/index.d.ts",
|
|
43
44
|
"bin": {
|
|
44
45
|
"aristobyte-ui": "dist/index.js"
|
|
45
46
|
},
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/commands/add.ts"],"names":[],"mappings":"AAQA,wBAAsB,GAAG,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,iBAiDxE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"doctor.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/commands/doctor.ts"],"names":[],"mappings":"AAmDA,wBAAsB,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,iBA+ExD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/commands/env.ts"],"names":[],"mappings":"AAiEA,wBAAsB,GAAG,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,iBA8ErD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/commands/init.ts"],"names":[],"mappings":"AA8CA,wBAAsB,IAAI,CAAC,aAAa,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,iBAyH7E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/commands/list.ts"],"names":[],"mappings":"AAIA,wBAAsB,UAAU,kBAAK;AAErC,wBAAsB,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,QAAQ,CAAC,EAAE,OAAO,iBA4G1E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/commands/remove.ts"],"names":[],"mappings":"AAOA,wBAAsB,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,iBA8C3E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upgrade.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/commands/upgrade.ts"],"names":[],"mappings":"AAMA,wBAAsB,OAAO,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,iBA2C5E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/cli/src/main/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkVersion.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/checkVersion.ts"],"names":[],"mappings":"AAGA,wBAAgB,YAAY,CAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,UAMnB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare function logo1(text: string): string;
|
|
2
|
+
export declare function logo2(text: string): string;
|
|
3
|
+
export declare function logo3(text: string): string;
|
|
4
|
+
export declare function logo4(text: string): string;
|
|
5
|
+
export declare function logo5(text: string): string;
|
|
6
|
+
export declare function reset(text: string): string;
|
|
7
|
+
export declare function red(text: string): string;
|
|
8
|
+
export declare function lightGrey(text: string): string;
|
|
9
|
+
export declare function darkGrey(text: string): string;
|
|
10
|
+
export declare function white(text: string): string;
|
|
11
|
+
export declare function yellow(text: string): string;
|
|
12
|
+
export declare function redBright(text: string): string;
|
|
13
|
+
export declare function logoGradient(text: string): string;
|
|
14
|
+
export declare function logoSmallGradient(text: string): string;
|
|
15
|
+
//# sourceMappingURL=colors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/colors.ts"],"names":[],"mappings":"AAKA,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,UAEjC;AACD,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,UAEjC;AACD,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,UAEjC;AACD,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,UAEjC;AACD,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,UAEjC;AAED,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,UAEjC;AAED,wBAAgB,GAAG,CAAC,IAAI,EAAE,MAAM,UAE/B;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,UAErC;AAED,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,UAEpC;AAED,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,UAEjC;AAED,wBAAgB,MAAM,CAAC,IAAI,EAAE,MAAM,UAElC;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,UAErC;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,UAQxC;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,UAS7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compareVersions.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/compareVersions.ts"],"names":[],"mappings":"AAAA,wBAAgB,eAAe,CAAC,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,cAQrD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBanner.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/getBanner.ts"],"names":[],"mappings":"AAgFA,wBAAgB,SAAS,CAAC,EAAE,EAAE,MAAM,UAoBnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getCurrentPackageManager.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/getCurrentPackageManager.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC;AAE7D,wBAAgB,wBAAwB,CACtC,GAAG,GAAE,MAAsB,GAC1B,cAAc,CAkBhB"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare function getDescription(id: string): "Initialize a new AristoByteUI project from pre-configured templates.\n Supports automatic project setup, template selection, and package manager configuration." | "Add new UI components to your existing AristoByteUI project.\n Handles component installation, configuration, and dependency management." | "Remove installed AristoByteUI components cleanly from your project.\n Ensures proper cleanup of related files and dependencies." | "Upgrade AristoByteUI components or core packages to their latest versions.\n Supports selective or full project upgrades." | "List all installed AristoByteUI components in your project.\n Displays version, status, and available updates for each component." | "Run a system and project health check.\n Detects configuration issues, missing dependencies, and environment mismatches." | "Display detailed environment information.\n Includes Node.js version, package manager details, and AristoByteUI configuration paths." | "Create new AristoByteUI projects or manage existing projects with full control\n over components, dependencies, and UI stack configuration. Supports initialization,\n addition, removal, upgrading of components, and project diagnostics.";
|
|
2
|
+
//# sourceMappingURL=getDescription.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDescription.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/getDescription.ts"],"names":[],"mappings":"AAAA,wBAAgB,cAAc,CAAC,EAAE,EAAE,MAAM,yrCAoBxC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare function getTip(id: string): "Run 'aristobyte-ui init' or 'aristobyte-ui init [ myProject ] --template <templateName> --package-manager <packageManagerName>' to bootstrap a new project quickly.\n Use interactive prompts to customize or provide flags for automation." | "Use 'aristobyte-ui add [ component ]' to install a specific UI component.\n Combine multiple components for faster setup." | "Run 'aristobyte-ui remove [ component ]' to cleanly uninstall components.\n Useful for maintaining a lightweight project." | "Use 'aristobyte-ui upgrade [ component ]' to update components or core packages.\n Add '--all' to upgrade everything at once." | "Run 'aristobyte-ui list' to view installed components and versions.\n Add '--outdated' to check for available updates." | "Execute 'aristobyte-ui doctor' to analyze your setup.\n Fixes and recommendations will be displayed for common issues." | "Run 'aristobyte-ui env' to inspect your development environment.\n Helpful for debugging version or configuration conflicts." | "Use 'aristobyte-ui [ command ] --help' for detailed info on a command.";
|
|
2
|
+
//# sourceMappingURL=getTip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTip.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/getTip.ts"],"names":[],"mappings":"AAAA,wBAAgB,MAAM,CAAC,EAAE,EAAE,MAAM,wjCAoBhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"installPackage.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/installPackage.ts"],"names":[],"mappings":"AAGA,wBAAsB,cAAc,CAClC,UAAU,EAAE,KAAK,GAAG,MAAM,GAAG,MAAM,GAAG,KAAK,EAC3C,GAAG,EAAE,MAAM,EACX,GAAG,GAAE,OAAe,iBAyBrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parseHelp.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/parseHelp.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAO/C,wBAAgB,SAAS,CAAC,GAAG,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,UAmCnD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/typography.ts"],"names":[],"mappings":"AAEA,wBAAgB,KAAK,CAAC,MAAM,EAAE,MAAM,EAAE,UAIrC;AAED,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,UAEvC"}
|
package/lib/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aristobyte-ui/cli",
|
|
3
3
|
"description": "The official AristoByteUI CLI — initialize projects, install, upgrade, remove, and manage UI components seamlessly.",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"author": "AristoByte <info@aristobyte.com>",
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"main": "lib/src/main/index.js",
|
|
42
42
|
"module": "es/src/main/index.js",
|
|
43
|
+
"types": "es/src/main/index.d.ts",
|
|
43
44
|
"bin": {
|
|
44
45
|
"aristobyte-ui": "dist/index.js"
|
|
45
46
|
},
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/commands/add.ts"],"names":[],"mappings":"AAQA,wBAAsB,GAAG,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,iBAiDxE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"doctor.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/commands/doctor.ts"],"names":[],"mappings":"AAmDA,wBAAsB,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,iBA+ExD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/commands/env.ts"],"names":[],"mappings":"AAiEA,wBAAsB,GAAG,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,iBA8ErD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/commands/init.ts"],"names":[],"mappings":"AA8CA,wBAAsB,IAAI,CAAC,aAAa,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,iBAyH7E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/commands/list.ts"],"names":[],"mappings":"AAIA,wBAAsB,UAAU,kBAAK;AAErC,wBAAsB,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,QAAQ,CAAC,EAAE,OAAO,iBA4G1E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/commands/remove.ts"],"names":[],"mappings":"AAOA,wBAAsB,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,iBA8C3E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upgrade.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/commands/upgrade.ts"],"names":[],"mappings":"AAMA,wBAAsB,OAAO,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,iBA2C5E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/cli/src/main/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkVersion.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/checkVersion.ts"],"names":[],"mappings":"AAGA,wBAAgB,YAAY,CAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,UAMnB"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare function logo1(text: string): string;
|
|
2
|
+
export declare function logo2(text: string): string;
|
|
3
|
+
export declare function logo3(text: string): string;
|
|
4
|
+
export declare function logo4(text: string): string;
|
|
5
|
+
export declare function logo5(text: string): string;
|
|
6
|
+
export declare function reset(text: string): string;
|
|
7
|
+
export declare function red(text: string): string;
|
|
8
|
+
export declare function lightGrey(text: string): string;
|
|
9
|
+
export declare function darkGrey(text: string): string;
|
|
10
|
+
export declare function white(text: string): string;
|
|
11
|
+
export declare function yellow(text: string): string;
|
|
12
|
+
export declare function redBright(text: string): string;
|
|
13
|
+
export declare function logoGradient(text: string): string;
|
|
14
|
+
export declare function logoSmallGradient(text: string): string;
|
|
15
|
+
//# sourceMappingURL=colors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/colors.ts"],"names":[],"mappings":"AAKA,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,UAEjC;AACD,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,UAEjC;AACD,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,UAEjC;AACD,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,UAEjC;AACD,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,UAEjC;AAED,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,UAEjC;AAED,wBAAgB,GAAG,CAAC,IAAI,EAAE,MAAM,UAE/B;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,UAErC;AAED,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,UAEpC;AAED,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,UAEjC;AAED,wBAAgB,MAAM,CAAC,IAAI,EAAE,MAAM,UAElC;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,UAErC;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,UAQxC;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,UAS7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compareVersions.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/compareVersions.ts"],"names":[],"mappings":"AAAA,wBAAgB,eAAe,CAAC,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,cAQrD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBanner.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/getBanner.ts"],"names":[],"mappings":"AAgFA,wBAAgB,SAAS,CAAC,EAAE,EAAE,MAAM,UAoBnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getCurrentPackageManager.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/getCurrentPackageManager.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,GAAG,KAAK,CAAC;AAE7D,wBAAgB,wBAAwB,CACtC,GAAG,GAAE,MAAsB,GAC1B,cAAc,CAkBhB"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare function getDescription(id: string): "Initialize a new AristoByteUI project from pre-configured templates.\n Supports automatic project setup, template selection, and package manager configuration." | "Add new UI components to your existing AristoByteUI project.\n Handles component installation, configuration, and dependency management." | "Remove installed AristoByteUI components cleanly from your project.\n Ensures proper cleanup of related files and dependencies." | "Upgrade AristoByteUI components or core packages to their latest versions.\n Supports selective or full project upgrades." | "List all installed AristoByteUI components in your project.\n Displays version, status, and available updates for each component." | "Run a system and project health check.\n Detects configuration issues, missing dependencies, and environment mismatches." | "Display detailed environment information.\n Includes Node.js version, package manager details, and AristoByteUI configuration paths." | "Create new AristoByteUI projects or manage existing projects with full control\n over components, dependencies, and UI stack configuration. Supports initialization,\n addition, removal, upgrading of components, and project diagnostics.";
|
|
2
|
+
//# sourceMappingURL=getDescription.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDescription.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/getDescription.ts"],"names":[],"mappings":"AAAA,wBAAgB,cAAc,CAAC,EAAE,EAAE,MAAM,yrCAoBxC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare function getTip(id: string): "Run 'aristobyte-ui init' or 'aristobyte-ui init [ myProject ] --template <templateName> --package-manager <packageManagerName>' to bootstrap a new project quickly.\n Use interactive prompts to customize or provide flags for automation." | "Use 'aristobyte-ui add [ component ]' to install a specific UI component.\n Combine multiple components for faster setup." | "Run 'aristobyte-ui remove [ component ]' to cleanly uninstall components.\n Useful for maintaining a lightweight project." | "Use 'aristobyte-ui upgrade [ component ]' to update components or core packages.\n Add '--all' to upgrade everything at once." | "Run 'aristobyte-ui list' to view installed components and versions.\n Add '--outdated' to check for available updates." | "Execute 'aristobyte-ui doctor' to analyze your setup.\n Fixes and recommendations will be displayed for common issues." | "Run 'aristobyte-ui env' to inspect your development environment.\n Helpful for debugging version or configuration conflicts." | "Use 'aristobyte-ui [ command ] --help' for detailed info on a command.";
|
|
2
|
+
//# sourceMappingURL=getTip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTip.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/getTip.ts"],"names":[],"mappings":"AAAA,wBAAgB,MAAM,CAAC,EAAE,EAAE,MAAM,wjCAoBhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"installPackage.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/installPackage.ts"],"names":[],"mappings":"AAGA,wBAAsB,cAAc,CAClC,UAAU,EAAE,KAAK,GAAG,MAAM,GAAG,MAAM,GAAG,KAAK,EAC3C,GAAG,EAAE,MAAM,EACX,GAAG,GAAE,OAAe,iBAyBrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parseHelp.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/parseHelp.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAO/C,wBAAgB,SAAS,CAAC,GAAG,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,UAmCnD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../../../../packages/cli/src/main/utils/typography.ts"],"names":[],"mappings":"AAEA,wBAAgB,KAAK,CAAC,MAAM,EAAE,MAAM,EAAE,UAIrC;AAED,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,UAEvC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aristobyte-ui/cli",
|
|
3
3
|
"description": "The official AristoByteUI CLI — initialize projects, install, upgrade, remove, and manage UI components seamlessly.",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"author": "AristoByte <info@aristobyte.com>",
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"main": "lib/src/main/index.js",
|
|
42
42
|
"module": "es/src/main/index.js",
|
|
43
|
+
"types": "es/src/main/index.d.ts",
|
|
43
44
|
"bin": {
|
|
44
45
|
"aristobyte-ui": "dist/index.js"
|
|
45
46
|
},
|