@configjs/cli 1.1.10 → 1.1.11
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/dist/{chunk-YGVZUNHO.js → chunk-AP23JQSL.js} +6 -5
- package/dist/cli.js +5 -5
- package/dist/{nextjs-command-2ORBUDBG.js → nextjs-command-CANKBSNF.js} +1 -1
- package/dist/{react-command-O76RU4RP.js → react-command-BFJWFYWC.js} +1 -1
- package/dist/{svelte-command-VR5P46UM.js → svelte-command-DHI62P2P.js} +1 -1
- package/dist/{vue-command-6LUSYL5X.js → vue-command-R7ZY5GED.js} +1 -1
- package/package.json +1 -1
|
@@ -785,11 +785,12 @@ function displayNextSteps(lang) {
|
|
|
785
785
|
// src/cli/ui/logo.ts
|
|
786
786
|
import pc2 from "picocolors";
|
|
787
787
|
var LOGO = `
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
788
|
+
${pc2.cyan("\u2588\u2588\u2588\u2588\u2588\u2588\u2557")} ${pc2.cyan("\u2588\u2588\u2588\u2588\u2588\u2588\u2557")} ${pc2.cyan("\u2588\u2588\u2588\u2557 \u2588\u2588\u2557\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2557\u2588\u2588\u2557 \u2588\u2588\u2588\u2588\u2588\u2588\u2557 \u2588\u2588\u2557\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2557")}
|
|
789
|
+
${pc2.cyan("\u2588\u2588\u2554\u2550\u2550\u2550\u2550\u255D")} ${pc2.cyan("\u2588\u2588\u2554\u2550\u2550\u2550\u2588\u2588\u2557")} ${pc2.cyan("\u2588\u2588\u2588\u2588\u2557 \u2588\u2588\u2551\u2588\u2588\u2554\u2550\u2550\u2550\u2550\u255D\u2588\u2588\u2551\u2588\u2588\u2554\u2550\u2550\u2550\u2550\u255D \u2588\u2588\u2551\u2588\u2588\u2554\u2550\u2550\u2550\u2550\u255D")}
|
|
790
|
+
${pc2.cyan("\u2588\u2588\u2551")} ${pc2.cyan("\u2588\u2588\u2551 \u2588\u2588\u2551")} ${pc2.cyan("\u2588\u2588\u2554\u2588\u2588\u2557 \u2588\u2588\u2551\u2588\u2588\u2588\u2588\u2588\u2557 \u2588\u2588\u2551\u2588\u2588\u2551 \u2588\u2588\u2588\u2557\u2588\u2588\u2551\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2557")}
|
|
791
|
+
${pc2.cyan("\u2588\u2588\u2551")} ${pc2.cyan("\u2588\u2588\u2551 \u2588\u2588\u2551")} ${pc2.cyan("\u2588\u2588\u2551\u255A\u2588\u2588\u2557\u2588\u2588\u2551\u2588\u2588\u2554\u2550\u2550\u255D \u2588\u2588\u2551\u2588\u2588\u2551 \u2588\u2588\u2551\u2588\u2588\u2551\u255A\u2550\u2550\u2550\u2550\u2588\u2588\u2551")}
|
|
792
|
+
${pc2.cyan("\u255A\u2588\u2588\u2588\u2588\u2588\u2588\u2557")} ${pc2.cyan("\u255A\u2588\u2588\u2588\u2588\u2588\u2588\u2554\u255D")} ${pc2.cyan("\u2588\u2588\u2551 \u255A\u2588\u2588\u2588\u2588\u2551\u2588\u2588\u2551 \u2588\u2588\u2551\u255A\u2588\u2588\u2588\u2588\u2588\u2588\u2554\u255D\u2588\u2588\u2551\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2551")}
|
|
793
|
+
${pc2.cyan("\u255A\u2550\u2550\u2550\u2550\u2550\u255D")} ${pc2.cyan("\u255A\u2550\u2550\u2550\u2550\u2550\u255D")} ${pc2.cyan("\u255A\u2550\u255D \u255A\u2550\u2550\u2550\u255D\u255A\u2550\u255D \u255A\u2550\u255D \u255A\u2550\u2550\u2550\u2550\u2550\u255D \u255A\u2550\u255D\u255A\u2550\u2550\u2550\u2550\u2550\u2550\u255D")}
|
|
793
794
|
|
|
794
795
|
`;
|
|
795
796
|
function displayLogo() {
|
package/dist/cli.js
CHANGED
|
@@ -8,7 +8,7 @@ import "./chunk-QGM4M3NI.js";
|
|
|
8
8
|
import { Command } from "commander";
|
|
9
9
|
|
|
10
10
|
// package.json
|
|
11
|
-
var version = "1.1.
|
|
11
|
+
var version = "1.1.11";
|
|
12
12
|
|
|
13
13
|
// src/cli.ts
|
|
14
14
|
initializeCLILogging();
|
|
@@ -17,7 +17,7 @@ program.name("confjs").description("Configure your frontend stack, instantly").v
|
|
|
17
17
|
program.command("react").description("Configure a React project").option("-y, --yes", "Accept all defaults").option("-d, --dry-run", "Simulate without writing to disk").option("-s, --silent", "Non-interactive mode").option("--debug", "Enable debug logs").option("-c, --config <file>", "Use configuration file").option("-f, --force", "Force installation (overwrite configs)").option("--no-install", "Generate configs only, skip package installation").action(
|
|
18
18
|
async (options) => {
|
|
19
19
|
try {
|
|
20
|
-
const { ReactCommand } = await import("./react-command-
|
|
20
|
+
const { ReactCommand } = await import("./react-command-BFJWFYWC.js");
|
|
21
21
|
const command = new ReactCommand();
|
|
22
22
|
await command.execute(options);
|
|
23
23
|
} catch (error) {
|
|
@@ -29,7 +29,7 @@ program.command("react").description("Configure a React project").option("-y, --
|
|
|
29
29
|
program.command("nextjs").description("Configure a Next.js project").option("-y, --yes", "Accept all defaults").option("-d, --dry-run", "Simulate without writing to disk").option("-s, --silent", "Non-interactive mode").option("--debug", "Enable debug logs").option("-c, --config <file>", "Use configuration file").option("-f, --force", "Force installation (overwrite configs)").option("--no-install", "Generate configs only, skip package installation").action(
|
|
30
30
|
async (options) => {
|
|
31
31
|
try {
|
|
32
|
-
const { NextjsCommand } = await import("./nextjs-command-
|
|
32
|
+
const { NextjsCommand } = await import("./nextjs-command-CANKBSNF.js");
|
|
33
33
|
const command = new NextjsCommand();
|
|
34
34
|
await command.execute(options);
|
|
35
35
|
} catch (error) {
|
|
@@ -41,7 +41,7 @@ program.command("nextjs").description("Configure a Next.js project").option("-y,
|
|
|
41
41
|
program.command("vue").description("Configure a Vue.js project").option("-y, --yes", "Accept all defaults").option("-d, --dry-run", "Simulate without writing to disk").option("-s, --silent", "Non-interactive mode").option("--debug", "Enable debug logs").option("-c, --config <file>", "Use configuration file").option("-f, --force", "Force installation (overwrite configs)").option("--no-install", "Generate configs only, skip package installation").action(
|
|
42
42
|
async (options) => {
|
|
43
43
|
try {
|
|
44
|
-
const { VueCommand } = await import("./vue-command-
|
|
44
|
+
const { VueCommand } = await import("./vue-command-R7ZY5GED.js");
|
|
45
45
|
const command = new VueCommand();
|
|
46
46
|
await command.execute(options);
|
|
47
47
|
} catch (error) {
|
|
@@ -53,7 +53,7 @@ program.command("vue").description("Configure a Vue.js project").option("-y, --y
|
|
|
53
53
|
program.command("svelte").description("Configure a Svelte project").option("-y, --yes", "Accept all defaults").option("-d, --dry-run", "Simulate without writing to disk").option("-s, --silent", "Non-interactive mode").option("--debug", "Enable debug logs").option("-c, --config <file>", "Use configuration file").option("-f, --force", "Force installation (overwrite configs)").option("--no-install", "Generate configs only, skip package installation").action(
|
|
54
54
|
async (options) => {
|
|
55
55
|
try {
|
|
56
|
-
const { SvelteCommand } = await import("./svelte-command-
|
|
56
|
+
const { SvelteCommand } = await import("./svelte-command-DHI62P2P.js");
|
|
57
57
|
const command = new SvelteCommand();
|
|
58
58
|
await command.execute(options);
|
|
59
59
|
} catch (error) {
|
package/package.json
CHANGED