@h3ravel/console 11.0.4 → 11.0.7

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 (80) hide show
  1. package/bin/chunk-6Z5DP356.js +1 -0
  2. package/bin/lexer-DQCqS3nf-XQPNMZG6.js +4 -0
  3. package/bin/run.cjs +6 -6
  4. package/bin/run.js +6 -6
  5. package/dist/Commands/MigrateCommand.cjs +0 -2
  6. package/dist/Commands/MigrateCommand.js +1 -1
  7. package/dist/Commands/ServeCommand.cjs +2 -2
  8. package/dist/Commands/ServeCommand.js +1 -1
  9. package/dist/IO/app.cjs +28 -16
  10. package/dist/IO/app.js +7 -7
  11. package/dist/IO/providers.cjs +26 -5
  12. package/dist/IO/providers.js +6 -6
  13. package/dist/Kernel.cjs +2 -4
  14. package/dist/Kernel.js +4 -4
  15. package/dist/Musket.cjs +2 -4
  16. package/dist/Musket.js +3 -3
  17. package/dist/Providers/ConsoleServiceProvider.cjs +12 -4
  18. package/dist/Providers/ConsoleServiceProvider.js +5 -5
  19. package/dist/chunk-23QH5R54.js +27 -0
  20. package/dist/chunk-2O2AYFAG.js +63 -0
  21. package/dist/chunk-3ASEWMRX.js +37 -0
  22. package/dist/chunk-3RX6CLNR.js +32 -0
  23. package/dist/chunk-3VCNSA6P.js +14 -0
  24. package/dist/chunk-3WHUADTN.js +6 -0
  25. package/dist/chunk-6OCHCPBP.js +36 -0
  26. package/dist/chunk-6OIH6FS4.js +32 -0
  27. package/dist/chunk-7EWRZPTX.js +63 -0
  28. package/dist/chunk-7PUQ5ZIN.js +6 -0
  29. package/dist/chunk-A5AONVOH.js +6 -0
  30. package/dist/chunk-ADIVRUAJ.js +27 -0
  31. package/dist/chunk-CCEWV2BR.js +39 -0
  32. package/dist/chunk-DXQTBFGG.js +31 -0
  33. package/dist/chunk-E4SSLXFT.js +63 -0
  34. package/dist/chunk-E5XIGIEX.js +14 -0
  35. package/dist/chunk-EIOQKTRM.js +104 -0
  36. package/dist/chunk-G4OE26TZ.js +33 -0
  37. package/dist/chunk-GVGO5OAK.js +8 -0
  38. package/dist/chunk-GXRCTWKL.js +16 -0
  39. package/dist/chunk-HVKW7JK4.js +8 -0
  40. package/dist/chunk-JXL4VJHZ.js +36 -0
  41. package/dist/chunk-K3GOQSS3.js +6 -0
  42. package/dist/chunk-KCJKQP37.js +133 -0
  43. package/dist/chunk-KZA3MC77.js +151 -0
  44. package/dist/chunk-LLL3V7LB.js +6 -0
  45. package/dist/chunk-LQ6DL2HS.js +68 -0
  46. package/dist/chunk-M4ZRDJJ2.js +68 -0
  47. package/dist/chunk-MAQAT3PU.js +32 -0
  48. package/dist/chunk-MPXPSSLJ.js +133 -0
  49. package/dist/chunk-NFRXMBRP.js +24 -0
  50. package/dist/chunk-NVPKTRMT.js +7 -0
  51. package/dist/chunk-ORPRWIQ2.js +33 -0
  52. package/dist/chunk-P7M5PEDY.js +18 -0
  53. package/dist/chunk-PBNCVQZC.js +6 -0
  54. package/dist/chunk-PYSJMSNM.js +27 -0
  55. package/dist/chunk-Q3OMG6YH.js +186 -0
  56. package/dist/chunk-QCNBVSFO.js +68 -0
  57. package/dist/chunk-QMEO4OUR.js +151 -0
  58. package/dist/chunk-QSQNELZQ.js +83 -0
  59. package/dist/chunk-RRP7K5LI.js +36 -0
  60. package/dist/chunk-T6OOKENF.js +6 -0
  61. package/dist/chunk-TBDROT3I.js +6356 -0
  62. package/dist/chunk-TH2RWMWA.js +133 -0
  63. package/dist/chunk-TJZCDDEV.js +36 -0
  64. package/dist/chunk-U6TOLKGJ.js +22 -0
  65. package/dist/chunk-UWCTG2LX.js +24 -0
  66. package/dist/chunk-WO2BXMBQ.js +6 -0
  67. package/dist/chunk-XAWZUZVP.js +32 -0
  68. package/dist/chunk-XCOSZXAE.js +133 -0
  69. package/dist/chunk-XD2Q7LWE.js +24 -0
  70. package/dist/chunk-XUYTJO6X.js +104 -0
  71. package/dist/chunk-YAYU7VOK.js +8 -0
  72. package/dist/chunk-YRUCICBV.js +24 -0
  73. package/dist/chunk-Z5XE72Q5.js +68 -0
  74. package/dist/chunk-ZTIO25VB.js +8 -0
  75. package/dist/index.cjs +29 -18
  76. package/dist/index.js +8 -8
  77. package/dist/lexer-DQCqS3nf-6W2BHF4T.js +68 -0
  78. package/dist/run.cjs +29 -18
  79. package/dist/run.js +8 -8
  80. package/package.json +13 -6
@@ -0,0 +1,133 @@
1
+ import {
2
+ MigrateCommand
3
+ } from "./chunk-XUYTJO6X.js";
4
+ import {
5
+ ServeCommand
6
+ } from "./chunk-E4SSLXFT.js";
7
+ import {
8
+ Signature
9
+ } from "./chunk-QMEO4OUR.js";
10
+ import {
11
+ MakeCommand
12
+ } from "./chunk-KZA3MC77.js";
13
+ import {
14
+ Utils
15
+ } from "./chunk-Q3OMG6YH.js";
16
+ import {
17
+ __name
18
+ } from "./chunk-CCEWV2BR.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
+ };
@@ -0,0 +1,36 @@
1
+ import {
2
+ providers_default
3
+ } from "./chunk-GXRCTWKL.js";
4
+ import {
5
+ Kernel
6
+ } from "./chunk-M4ZRDJJ2.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
+ };
@@ -0,0 +1,22 @@
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
+ };
@@ -0,0 +1,24 @@
1
+ import {
2
+ providers_default
3
+ } from "./chunk-ADIVRUAJ.js";
4
+ import {
5
+ __name
6
+ } from "./chunk-SHUYVCID.js";
7
+
8
+ // src/IO/app.ts
9
+ import { Application } from "@h3ravel/core";
10
+ var app_default = class {
11
+ static {
12
+ __name(this, "default");
13
+ }
14
+ async bootstrap() {
15
+ const app = new Application(process.cwd());
16
+ app.registerProviders(providers_default);
17
+ await app.registerConfiguredProviders();
18
+ await app.boot();
19
+ }
20
+ };
21
+
22
+ export {
23
+ app_default
24
+ };
@@ -0,0 +1,6 @@
1
+ import {
2
+ app_default
3
+ } from "./chunk-G4OE26TZ.js";
4
+
5
+ // src/run.ts
6
+ new app_default().bootstrap();
@@ -0,0 +1,32 @@
1
+ import {
2
+ Kernel
3
+ } from "./chunk-Z5XE72Q5.js";
4
+ import {
5
+ __name
6
+ } from "./chunk-CCEWV2BR.js";
7
+
8
+ // src/Providers/ConsoleServiceProvider.ts
9
+ import { EventEmitter } from "events";
10
+ import { ServiceProvider } from "@h3ravel/core";
11
+ var ConsoleServiceProvider = class extends ServiceProvider {
12
+ static {
13
+ __name(this, "ConsoleServiceProvider");
14
+ }
15
+ static priority = 992;
16
+ register() {
17
+ }
18
+ boot() {
19
+ Kernel.init(this.app);
20
+ new EventEmitter().once("SIGINT", () => process.exit(0));
21
+ process.on("SIGINT", () => {
22
+ process.exit(0);
23
+ });
24
+ process.on("SIGTERM", () => {
25
+ process.exit(0);
26
+ });
27
+ }
28
+ };
29
+
30
+ export {
31
+ ConsoleServiceProvider
32
+ };
@@ -0,0 +1,133 @@
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
+ };
@@ -0,0 +1,24 @@
1
+ import {
2
+ providers_default
3
+ } from "./chunk-23QH5R54.js";
4
+ import {
5
+ __name
6
+ } from "./chunk-CCEWV2BR.js";
7
+
8
+ // src/IO/app.ts
9
+ import { Application } from "@h3ravel/core";
10
+ var app_default = class {
11
+ static {
12
+ __name(this, "default");
13
+ }
14
+ async bootstrap() {
15
+ const app = new Application(process.cwd());
16
+ app.registerProviders(providers_default);
17
+ await app.registerConfiguredProviders();
18
+ await app.boot();
19
+ }
20
+ };
21
+
22
+ export {
23
+ app_default
24
+ };
@@ -0,0 +1,104 @@
1
+ import {
2
+ Command
3
+ } from "./chunk-QSQNELZQ.js";
4
+ import {
5
+ __name
6
+ } from "./chunk-CCEWV2BR.js";
7
+
8
+ // src/Commands/MigrateCommand.ts
9
+ var MigrateCommand = class extends Command {
10
+ static {
11
+ __name(this, "MigrateCommand");
12
+ }
13
+ /**
14
+ * The name and signature of the console command.
15
+ *
16
+ * @var string
17
+ */
18
+ signature = `migrate:
19
+ {fresh : Drop all tables and re-run all migrations.}
20
+ {install : Create the migration repository.}
21
+ {refresh : Reset and re-run all migrations.}
22
+ {reset : Rollback all database migrations.}
23
+ {rollback : Rollback the last database migration.}
24
+ {status : Show the status of each migration.}
25
+ {publish : Publish any migration files from installed packages.}
26
+ {^--s|seed : Seed the database}
27
+ `;
28
+ /**
29
+ * The console command description.
30
+ *
31
+ * @var string
32
+ */
33
+ description = "Run all pending migrations.";
34
+ /**
35
+ * Execute the console command.
36
+ */
37
+ async handle() {
38
+ const command = this.dictionary.name ?? this.dictionary.baseCommand;
39
+ const methods = {
40
+ migrate: "migrateRun",
41
+ fresh: "migrateFresh",
42
+ install: "migrateInstall",
43
+ refresh: "migrateRefresh",
44
+ reset: "migrateReset",
45
+ rollback: "migrateRollback",
46
+ status: "migrateStatus",
47
+ publish: "migratePublish"
48
+ };
49
+ await this?.[methods[command]]();
50
+ }
51
+ /**
52
+ * Run all pending migrations.
53
+ */
54
+ async migrateRun() {
55
+ this.kernel.output.success(`Running migrations are not yet supported.`);
56
+ }
57
+ /**
58
+ * Drop all tables and re-run all migrations.
59
+ */
60
+ async migrateFresh() {
61
+ this.kernel.output.success(`Drop all tables and re-run all migrations.`);
62
+ }
63
+ /**
64
+ * Create the migration repository.
65
+ */
66
+ async migrateInstall() {
67
+ this.kernel.output.success(`Create the migration repository.`);
68
+ }
69
+ /**
70
+ * Reset and re-run all migrations.
71
+ */
72
+ async migrateRefresh() {
73
+ this.kernel.output.success(`Resetting and re-running migrations is not yet supported.`);
74
+ }
75
+ /**
76
+ * Rollback all database migrations.
77
+ */
78
+ async migrateReset() {
79
+ this.kernel.output.success(`Rolling back all migration is not yet supported.`);
80
+ }
81
+ /**
82
+ * Rollback the last database migration.
83
+ */
84
+ async migrateRollback() {
85
+ this.kernel.output.success(`Rolling back the last migration is not yet supported.`);
86
+ }
87
+ /**
88
+ * Show the status of each migration.
89
+ */
90
+ async migrateStatus() {
91
+ const path = app_path();
92
+ this.kernel.output.success(`Show the status of each migration.`);
93
+ }
94
+ /**
95
+ * Publish any migration files from installed packages.
96
+ */
97
+ async migratePublish() {
98
+ this.kernel.output.success(`Publish any migration files from installed packages.`);
99
+ }
100
+ };
101
+
102
+ export {
103
+ MigrateCommand
104
+ };
@@ -0,0 +1,8 @@
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));
@@ -0,0 +1,24 @@
1
+ import {
2
+ providers_default
3
+ } from "./chunk-P7M5PEDY.js";
4
+ import {
5
+ __name
6
+ } from "./chunk-SHUYVCID.js";
7
+
8
+ // src/IO/app.ts
9
+ import { Application } from "@h3ravel/core";
10
+ var app_default = class {
11
+ static {
12
+ __name(this, "default");
13
+ }
14
+ async bootstrap() {
15
+ const app = new Application(process.cwd());
16
+ app.registerProviders(providers_default);
17
+ await app.registerConfiguredProviders();
18
+ await app.boot();
19
+ }
20
+ };
21
+
22
+ export {
23
+ app_default
24
+ };
@@ -0,0 +1,68 @@
1
+ import {
2
+ Musket
3
+ } from "./chunk-TH2RWMWA.js";
4
+ import {
5
+ Utils
6
+ } from "./chunk-Q3OMG6YH.js";
7
+ import {
8
+ __name
9
+ } from "./chunk-CCEWV2BR.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
+ };
@@ -0,0 +1,8 @@
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));