@h3ravel/console 11.0.5 → 11.1.0

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 (78) hide show
  1. package/bin/fire.cjs +2 -0
  2. package/bin/fire.js +2 -0
  3. package/dist/Utils-7OrjoB1C.d.cts +22 -0
  4. package/dist/Utils-B1kpj9-1.cjs +130 -0
  5. package/dist/Utils-B1kpj9-1.cjs.map +1 -0
  6. package/dist/Utils-DAJvoXlr.js +86 -0
  7. package/dist/Utils-DAJvoXlr.js.map +1 -0
  8. package/dist/Utils-DxnHOGMz.d.ts +22 -0
  9. package/dist/Utils.cjs +3 -217
  10. package/dist/Utils.d.cts +2 -0
  11. package/dist/Utils.d.ts +2 -0
  12. package/dist/Utils.js +3 -9
  13. package/dist/index.cjs +885 -921
  14. package/dist/index.cjs.map +1 -0
  15. package/dist/index.d.cts +270 -290
  16. package/dist/index.d.ts +270 -290
  17. package/dist/index.js +899 -44
  18. package/dist/index.js.map +1 -0
  19. package/package.json +36 -19
  20. package/bin/run.cjs +0 -26
  21. package/bin/run.js +0 -26
  22. package/dist/Commands/Command.cjs +0 -104
  23. package/dist/Commands/Command.js +0 -7
  24. package/dist/Commands/MakeCommand.cjs +0 -433
  25. package/dist/Commands/MakeCommand.js +0 -9
  26. package/dist/Commands/MigrateCommand.cjs +0 -202
  27. package/dist/Commands/MigrateCommand.js +0 -8
  28. package/dist/Commands/ServeCommand.cjs +0 -159
  29. package/dist/Commands/ServeCommand.js +0 -8
  30. package/dist/Contracts/ICommand.cjs +0 -18
  31. package/dist/Contracts/ICommand.js +0 -1
  32. package/dist/IO/app.cjs +0 -935
  33. package/dist/IO/app.js +0 -17
  34. package/dist/IO/providers.cjs +0 -911
  35. package/dist/IO/providers.js +0 -16
  36. package/dist/Kernel.cjs +0 -892
  37. package/dist/Kernel.js +0 -14
  38. package/dist/Musket.cjs +0 -837
  39. package/dist/Musket.js +0 -13
  40. package/dist/Providers/ConsoleServiceProvider.cjs +0 -904
  41. package/dist/Providers/ConsoleServiceProvider.js +0 -15
  42. package/dist/Signature.cjs +0 -172
  43. package/dist/Signature.js +0 -7
  44. package/dist/chunk-2O2AYFAG.js +0 -63
  45. package/dist/chunk-3FVPHQCH.js +0 -151
  46. package/dist/chunk-3VCNSA6P.js +0 -14
  47. package/dist/chunk-3WHUADTN.js +0 -6
  48. package/dist/chunk-6OCHCPBP.js +0 -36
  49. package/dist/chunk-CTQ6DUT2.js +0 -8
  50. package/dist/chunk-E5XIGIEX.js +0 -14
  51. package/dist/chunk-FOSDCKCR.js +0 -106
  52. package/dist/chunk-GVGO5OAK.js +0 -8
  53. package/dist/chunk-GXRCTWKL.js +0 -16
  54. package/dist/chunk-HVKW7JK4.js +0 -8
  55. package/dist/chunk-IGEFNODG.js +0 -22
  56. package/dist/chunk-JXL4VJHZ.js +0 -36
  57. package/dist/chunk-KMIFCLXG.js +0 -16
  58. package/dist/chunk-M4ZRDJJ2.js +0 -68
  59. package/dist/chunk-MAQAT3PU.js +0 -32
  60. package/dist/chunk-NADN2PHB.js +0 -0
  61. package/dist/chunk-O45AB4MX.js +0 -83
  62. package/dist/chunk-P7M5PEDY.js +0 -18
  63. package/dist/chunk-PMV4TMFS.js +0 -151
  64. package/dist/chunk-POF4JGTX.js +0 -186
  65. package/dist/chunk-RRP7K5LI.js +0 -36
  66. package/dist/chunk-SHUYVCID.js +0 -6
  67. package/dist/chunk-SP4JKAUC.js +0 -63
  68. package/dist/chunk-TJZCDDEV.js +0 -36
  69. package/dist/chunk-TN5SV7LF.js +0 -133
  70. package/dist/chunk-U6TOLKGJ.js +0 -22
  71. package/dist/chunk-UCOXL3OM.js +0 -0
  72. package/dist/chunk-URLTFJET.js +0 -68
  73. package/dist/chunk-XCOSZXAE.js +0 -133
  74. package/dist/chunk-XSL373TG.js +0 -36
  75. package/dist/chunk-YAYU7VOK.js +0 -8
  76. package/dist/chunk-ZTIO25VB.js +0 -8
  77. package/dist/run.cjs +0 -929
  78. package/dist/run.js +0 -14
@@ -1,133 +0,0 @@
1
- import {
2
- MigrateCommand
3
- } from "./chunk-FOSDCKCR.js";
4
- import {
5
- ServeCommand
6
- } from "./chunk-SP4JKAUC.js";
7
- import {
8
- Signature
9
- } from "./chunk-3FVPHQCH.js";
10
- import {
11
- MakeCommand
12
- } from "./chunk-PMV4TMFS.js";
13
- import {
14
- Utils
15
- } from "./chunk-POF4JGTX.js";
16
- import {
17
- __name
18
- } from "./chunk-SHUYVCID.js";
19
-
20
- // src/Musket.ts
21
- import chalk from "chalk";
22
- import { program } from "commander";
23
- var Musket = class _Musket {
24
- static {
25
- __name(this, "Musket");
26
- }
27
- app;
28
- kernel;
29
- output = Utils.output();
30
- commands = [];
31
- constructor(app, kernel) {
32
- this.app = app;
33
- this.kernel = kernel;
34
- }
35
- async build() {
36
- this.loadBaseCommands();
37
- await this.loadDiscoveredCommands();
38
- return this.initialize();
39
- }
40
- loadBaseCommands() {
41
- const commands = [
42
- new ServeCommand(this.app, this.kernel),
43
- new MakeCommand(this.app, this.kernel),
44
- new MigrateCommand(this.app, this.kernel)
45
- ];
46
- commands.forEach((e) => this.addCommand(e));
47
- }
48
- async loadDiscoveredCommands() {
49
- const commands = [];
50
- commands.forEach((e) => this.addCommand(e));
51
- }
52
- addCommand(command) {
53
- this.commands.push(Signature.parseSignature(command.getSignature(), command));
54
- }
55
- initialize() {
56
- const cliVersion = [
57
- "H3ravel Version:",
58
- chalk.green(this.kernel.consolePackage.version)
59
- ].join(" ");
60
- const localVersion = [
61
- "Musket Version:",
62
- chalk.green(this.kernel.modulePackage.version || "None")
63
- ].join(" ");
64
- program.name("musket").version(`${cliVersion}
65
- ${localVersion}`);
66
- program.command("init").description("Initialize H3ravel.").action(async () => {
67
- this.output.success(`Initialized: H3ravel has been initialized!`);
68
- });
69
- for (let i = 0; i < this.commands.length; i++) {
70
- const command = this.commands[i];
71
- const instance = command.commandClass;
72
- if (command.isNamespaceCommand && command.subCommands) {
73
- const cmd = command.isHidden ? program : program.command(command.baseCommand).description(command.description ?? "").action(async () => {
74
- instance.setInput(cmd.opts(), cmd.args, cmd.registeredArguments, command);
75
- await instance.handle();
76
- });
77
- if ((command.options?.length ?? 0) > 0) {
78
- command.options?.filter((v, i2, a) => a.findIndex((t) => t.name === v.name) === i2).forEach((opt) => {
79
- this.makeOption(opt, cmd);
80
- });
81
- }
82
- command.subCommands.filter((v, i2, a) => !v.shared && a.findIndex((t) => t.name === v.name) === i2).forEach((sub) => {
83
- const cmd2 = program.command(`${command.baseCommand}:${sub.name}`).description(sub.description || "").action(async () => {
84
- instance.setInput(cmd2.opts(), cmd2.args, cmd2.registeredArguments, sub);
85
- await instance.handle();
86
- });
87
- command.subCommands?.filter((e) => e.shared).forEach((opt) => {
88
- this.makeOption(opt, cmd2, false, sub);
89
- });
90
- command.options?.filter((e) => e.shared).forEach((opt) => {
91
- this.makeOption(opt, cmd2, false, sub);
92
- });
93
- if (sub.nestedOptions) {
94
- sub.nestedOptions.filter((v, i2, a) => a.findIndex((t) => t.name === v.name) === i2).forEach((opt) => {
95
- this.makeOption(opt, cmd2);
96
- });
97
- }
98
- });
99
- } else {
100
- const cmd = program.command(command.baseCommand).description(command.description ?? "");
101
- command?.options?.filter((v, i2, a) => a.findIndex((t) => t.name === v.name) === i2).forEach((opt) => {
102
- this.makeOption(opt, cmd, true);
103
- });
104
- cmd.action(async () => {
105
- instance.setInput(cmd.opts(), cmd.args, cmd.registeredArguments, command);
106
- await instance.handle();
107
- });
108
- }
109
- }
110
- return program;
111
- }
112
- makeOption(opt, cmd, parse, parent) {
113
- const description = opt.description?.replace(/\[(\w+)\]/g, (_, k) => parent?.[k] ?? `[${k}]`) ?? "";
114
- const type = opt.name.replaceAll("-", "");
115
- if (opt.isFlag) {
116
- if (parse) {
117
- const flags = opt.flags?.map((f) => f.length === 1 ? `-${f}` : `--${f}`).join(", ");
118
- cmd.option(flags || "", description, String(opt.defaultValue) || void 0);
119
- } else {
120
- cmd.option(opt.flags?.join(", ") + (opt.required ? ` <${type}>` : ""), description, opt.defaultValue);
121
- }
122
- } else {
123
- cmd.argument(opt.required ? `<${opt.name}>` : `[${opt.name}]`, description, opt.defaultValue);
124
- }
125
- }
126
- static async parse(kernel) {
127
- return (await new _Musket(kernel.app, kernel).build()).parseAsync();
128
- }
129
- };
130
-
131
- export {
132
- Musket
133
- };
@@ -1,22 +0,0 @@
1
- import {
2
- Kernel
3
- } from "./chunk-M4ZRDJJ2.js";
4
- import {
5
- __name
6
- } from "./chunk-SHUYVCID.js";
7
-
8
- // src/Providers/ConsoleServiceProvider.ts
9
- import { ServiceProvider } from "@h3ravel/core";
10
- var ConsoleServiceProvider = class extends ServiceProvider {
11
- static {
12
- __name(this, "ConsoleServiceProvider");
13
- }
14
- static priority = 992;
15
- register() {
16
- Kernel.init(this.app);
17
- }
18
- };
19
-
20
- export {
21
- ConsoleServiceProvider
22
- };
File without changes
@@ -1,68 +0,0 @@
1
- import {
2
- Musket
3
- } from "./chunk-TN5SV7LF.js";
4
- import {
5
- Utils
6
- } from "./chunk-POF4JGTX.js";
7
- import {
8
- __name
9
- } from "./chunk-SHUYVCID.js";
10
-
11
- // src/Kernel.ts
12
- import { mkdir } from "fs/promises";
13
- import path from "path";
14
- var Kernel = class _Kernel {
15
- static {
16
- __name(this, "Kernel");
17
- }
18
- app;
19
- cwd;
20
- output = Utils.output();
21
- basePath = "";
22
- modulePath;
23
- consolePath;
24
- modulePackage;
25
- consolePackage;
26
- constructor(app, basePath) {
27
- this.app = app;
28
- }
29
- static init(app) {
30
- const instance = new _Kernel(app);
31
- Promise.all([
32
- instance.loadRequirements()
33
- ]).then(([e]) => e.run());
34
- }
35
- async run() {
36
- await Musket.parse(this);
37
- process.exit(0);
38
- }
39
- async ensureDirectoryExists(dir) {
40
- await mkdir(dir, {
41
- recursive: true
42
- });
43
- }
44
- async loadRequirements() {
45
- this.cwd = path.join(process.cwd(), this.basePath);
46
- this.modulePath = Utils.findModulePkg("@h3ravel/core", this.cwd) ?? "";
47
- this.consolePath = Utils.findModulePkg("@h3ravel/console", this.cwd) ?? "";
48
- try {
49
- this.modulePackage = await import(path.join(this.modulePath, "package.json"));
50
- } catch {
51
- this.modulePackage = {
52
- version: "N/A"
53
- };
54
- }
55
- try {
56
- this.consolePackage = await import(path.join(this.consolePath, "package.json"));
57
- } catch {
58
- this.consolePackage = {
59
- version: "N/A"
60
- };
61
- }
62
- return this;
63
- }
64
- };
65
-
66
- export {
67
- Kernel
68
- };
@@ -1,133 +0,0 @@
1
- import {
2
- MigrateCommand
3
- } from "./chunk-FOSDCKCR.js";
4
- import {
5
- ServeCommand
6
- } from "./chunk-2O2AYFAG.js";
7
- import {
8
- Signature
9
- } from "./chunk-3FVPHQCH.js";
10
- import {
11
- MakeCommand
12
- } from "./chunk-PMV4TMFS.js";
13
- import {
14
- Utils
15
- } from "./chunk-POF4JGTX.js";
16
- import {
17
- __name
18
- } from "./chunk-SHUYVCID.js";
19
-
20
- // src/Musket.ts
21
- import chalk from "chalk";
22
- import { program } from "commander";
23
- var Musket = class _Musket {
24
- static {
25
- __name(this, "Musket");
26
- }
27
- app;
28
- kernel;
29
- output = Utils.output();
30
- commands = [];
31
- constructor(app, kernel) {
32
- this.app = app;
33
- this.kernel = kernel;
34
- }
35
- async build() {
36
- this.loadBaseCommands();
37
- await this.loadDiscoveredCommands();
38
- return this.initialize();
39
- }
40
- loadBaseCommands() {
41
- const commands = [
42
- new ServeCommand(this.app, this.kernel),
43
- new MakeCommand(this.app, this.kernel),
44
- new MigrateCommand(this.app, this.kernel)
45
- ];
46
- commands.forEach((e) => this.addCommand(e));
47
- }
48
- async loadDiscoveredCommands() {
49
- const commands = [];
50
- commands.forEach((e) => this.addCommand(e));
51
- }
52
- addCommand(command) {
53
- this.commands.push(Signature.parseSignature(command.getSignature(), command));
54
- }
55
- initialize() {
56
- const cliVersion = [
57
- "H3ravel Version:",
58
- chalk.green(this.kernel.consolePackage.version)
59
- ].join(" ");
60
- const localVersion = [
61
- "Musket Version:",
62
- chalk.green(this.kernel.modulePackage.version || "None")
63
- ].join(" ");
64
- program.name("musket").version(`${cliVersion}
65
- ${localVersion}`);
66
- program.command("init").description("Initialize H3ravel.").action(async () => {
67
- this.output.success(`Initialized: H3ravel has been initialized!`);
68
- });
69
- for (let i = 0; i < this.commands.length; i++) {
70
- const command = this.commands[i];
71
- const instance = command.commandClass;
72
- if (command.isNamespaceCommand && command.subCommands) {
73
- const cmd = command.isHidden ? program : program.command(command.baseCommand).description(command.description ?? "").action(async () => {
74
- instance.setInput(cmd.opts(), cmd.args, cmd.registeredArguments, command);
75
- await instance.handle();
76
- });
77
- if ((command.options?.length ?? 0) > 0) {
78
- command.options?.filter((v, i2, a) => a.findIndex((t) => t.name === v.name) === i2).forEach((opt) => {
79
- this.makeOption(opt, cmd);
80
- });
81
- }
82
- command.subCommands.filter((v, i2, a) => !v.shared && a.findIndex((t) => t.name === v.name) === i2).forEach((sub) => {
83
- const cmd2 = program.command(`${command.baseCommand}:${sub.name}`).description(sub.description || "").action(async () => {
84
- instance.setInput(cmd2.opts(), cmd2.args, cmd2.registeredArguments, sub);
85
- await instance.handle();
86
- });
87
- command.subCommands?.filter((e) => e.shared).forEach((opt) => {
88
- this.makeOption(opt, cmd2, false, sub);
89
- });
90
- command.options?.filter((e) => e.shared).forEach((opt) => {
91
- this.makeOption(opt, cmd2, false, sub);
92
- });
93
- if (sub.nestedOptions) {
94
- sub.nestedOptions.filter((v, i2, a) => a.findIndex((t) => t.name === v.name) === i2).forEach((opt) => {
95
- this.makeOption(opt, cmd2);
96
- });
97
- }
98
- });
99
- } else {
100
- const cmd = program.command(command.baseCommand).description(command.description ?? "");
101
- command?.options?.filter((v, i2, a) => a.findIndex((t) => t.name === v.name) === i2).forEach((opt) => {
102
- this.makeOption(opt, cmd, true);
103
- });
104
- cmd.action(async () => {
105
- instance.setInput(cmd.opts(), cmd.args, cmd.registeredArguments, command);
106
- await instance.handle();
107
- });
108
- }
109
- }
110
- return program;
111
- }
112
- makeOption(opt, cmd, parse, parent) {
113
- const description = opt.description?.replace(/\[(\w+)\]/g, (_, k) => parent?.[k] ?? `[${k}]`) ?? "";
114
- const type = opt.name.replaceAll("-", "");
115
- if (opt.isFlag) {
116
- if (parse) {
117
- const flags = opt.flags?.map((f) => f.length === 1 ? `-${f}` : `--${f}`).join(", ");
118
- cmd.option(flags || "", description, String(opt.defaultValue) || void 0);
119
- } else {
120
- cmd.option(opt.flags?.join(", ") + (opt.required ? ` <${type}>` : ""), description, opt.defaultValue);
121
- }
122
- } else {
123
- cmd.argument(opt.required ? `<${opt.name}>` : `[${opt.name}]`, description, opt.defaultValue);
124
- }
125
- }
126
- static async parse(kernel) {
127
- return (await new _Musket(kernel.app, kernel).build()).parseAsync();
128
- }
129
- };
130
-
131
- export {
132
- Musket
133
- };
@@ -1,36 +0,0 @@
1
- import {
2
- providers_default
3
- } from "./chunk-KMIFCLXG.js";
4
- import {
5
- Kernel
6
- } from "./chunk-URLTFJET.js";
7
- import {
8
- __name
9
- } from "./chunk-SHUYVCID.js";
10
-
11
- // src/IO/app.ts
12
- import { Application } from "@h3ravel/core";
13
- import { EventEmitter } from "events";
14
- var app_default = class {
15
- static {
16
- __name(this, "default");
17
- }
18
- async bootstrap() {
19
- const app = new Application(process.cwd());
20
- app.registerProviders(providers_default);
21
- await app.registerConfiguredProviders();
22
- await app.boot();
23
- new Kernel(app);
24
- new EventEmitter().once("SIGINT", () => process.exit(0));
25
- process.on("SIGINT", () => {
26
- process.exit(0);
27
- });
28
- process.on("SIGTERM", () => {
29
- process.exit(0);
30
- });
31
- }
32
- };
33
-
34
- export {
35
- app_default
36
- };
@@ -1,8 +0,0 @@
1
- import {
2
- app_default
3
- } from "./chunk-6OCHCPBP.js";
4
-
5
- // src/run.ts
6
- import { EventEmitter } from "events";
7
- new app_default().bootstrap();
8
- new EventEmitter().once("SIGINT", () => process.exit(0));
@@ -1,8 +0,0 @@
1
- import {
2
- app_default
3
- } from "./chunk-RRP7K5LI.js";
4
-
5
- // src/run.ts
6
- import { EventEmitter } from "events";
7
- new app_default().bootstrap();
8
- new EventEmitter().once("SIGINT", () => process.exit(0));