@bghitcode/bghitapp 1.0.4 → 1.0.6
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/cli.js +8 -6
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -20,7 +20,7 @@ import { InvalidArgumentError, program as program$1, Option } from 'commander';
|
|
|
20
20
|
import fs$1 from 'fs';
|
|
21
21
|
|
|
22
22
|
var name = "@bghitcode/bghitapp";
|
|
23
|
-
var version = "1.0.
|
|
23
|
+
var version = "1.0.6";
|
|
24
24
|
var description = "🤱🏻 Turn any webpage into a desktop app with one command — by BghitCode.";
|
|
25
25
|
var engines = {
|
|
26
26
|
node: ">=18.0.0"
|
|
@@ -2772,11 +2772,13 @@ function validateUrlInput(url) {
|
|
|
2772
2772
|
}
|
|
2773
2773
|
|
|
2774
2774
|
const { green, yellow } = chalk;
|
|
2775
|
-
const logo = `${green(' ____
|
|
2776
|
-
${green('|
|
|
2777
|
-
${green('|
|
|
2778
|
-
${green('|
|
|
2779
|
-
${green('|
|
|
2775
|
+
const logo = `${green(' ____ _ _ _ _ ')}
|
|
2776
|
+
${green('| __ ) __ _| |__ (_) |_ / \\ _ __ _ __ ')}
|
|
2777
|
+
${green('| _ \\ / _` | \'_ \\| | __| / _ \\ | \'_ \\| \'_ \\ ')}
|
|
2778
|
+
${green('| |_) | (_| | | | | | |_ / ___ \\| |_) | |_) |')}
|
|
2779
|
+
${green('|____/ \\__, |_| |_|_|\\__/_/ \\_\\ .__/| .__/ ')}
|
|
2780
|
+
${green(' |___/ |_| |_| ')}
|
|
2781
|
+
${yellow('https://github.com/BghitCode/bghitapp')}
|
|
2780
2782
|
`;
|
|
2781
2783
|
function getCliProgram() {
|
|
2782
2784
|
return program$1
|