@riotprompt/riotplan 0.0.4 → 1.0.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.
package/dist/cli.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ import { Command } from 'commander';
2
+
3
+ /**
4
+ * Create the CLI program with all commands
5
+ */
6
+ export declare function createProgram(): Command;
7
+
8
+ export { }
package/dist/cli.js ADDED
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env node
2
+ import "commander";
3
+ import "chalk";
4
+ import "node:fs";
5
+ import "node:url";
6
+ import "node:path";
7
+ import { _ } from "./cli-DmsyaX1E.js";
8
+ export {
9
+ _ as createProgram
10
+ };
11
+ //# sourceMappingURL=cli.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}