@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.
@@ -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.10";
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-O76RU4RP.js");
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-2ORBUDBG.js");
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-6LUSYL5X.js");
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-VR5P46UM.js");
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) {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  BaseFrameworkCommand,
3
3
  getFrameworkMetadata
4
- } from "./chunk-YGVZUNHO.js";
4
+ } from "./chunk-AP23JQSL.js";
5
5
  import "./chunk-O2IJKLMT.js";
6
6
  import "./chunk-ZAGZRB7Y.js";
7
7
  import {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  BaseFrameworkCommand,
3
3
  getFrameworkMetadata
4
- } from "./chunk-YGVZUNHO.js";
4
+ } from "./chunk-AP23JQSL.js";
5
5
  import "./chunk-O2IJKLMT.js";
6
6
  import "./chunk-ZAGZRB7Y.js";
7
7
  import {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  BaseFrameworkCommand,
3
3
  getFrameworkMetadata
4
- } from "./chunk-YGVZUNHO.js";
4
+ } from "./chunk-AP23JQSL.js";
5
5
  import "./chunk-O2IJKLMT.js";
6
6
  import "./chunk-ZAGZRB7Y.js";
7
7
  import {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  BaseFrameworkCommand,
3
3
  getFrameworkMetadata
4
- } from "./chunk-YGVZUNHO.js";
4
+ } from "./chunk-AP23JQSL.js";
5
5
  import "./chunk-O2IJKLMT.js";
6
6
  import "./chunk-ZAGZRB7Y.js";
7
7
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@configjs/cli",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "type": "module",
5
5
  "description": "Configure your frontend stack, instantly - Utilitaire CLI d'installation modulaire de bibliothèques frontend",
6
6
  "keywords": [