aglit 0.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.
package/dist/app.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ export declare const app: import("@stricli/core").Application<import("./types").AglitCliContext>;
2
+ //# sourceMappingURL=app.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,GAAG,wEAGd,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { AglitCliContext } from "../types";
2
+ export declare const checkCommand: import("@stricli/core").Command<AglitCliContext>;
3
+ //# sourceMappingURL=check.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check.d.ts","sourceRoot":"","sources":["../../src/commands/check.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAGhD,eAAO,MAAM,YAAY,kDAwBvB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { AglitCliContext } from "../types";
2
+ export declare const initCommand: import("@stricli/core").Command<AglitCliContext>;
3
+ //# sourceMappingURL=init.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../src/commands/init.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAgBhD,eAAO,MAAM,WAAW,kDAoBtB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { AglitCliContext } from "../types";
2
+ export declare const listCommand: import("@stricli/core").Command<AglitCliContext>;
3
+ //# sourceMappingURL=list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../src/commands/list.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAgDhD,eAAO,MAAM,WAAW,kDAyCtB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { AglitCliContext } from "../types";
2
+ export declare const newCommand: import("@stricli/core").Command<AglitCliContext>;
3
+ //# sourceMappingURL=new.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"new.d.ts","sourceRoot":"","sources":["../../src/commands/new.ts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAqDhD,eAAO,MAAM,UAAU,kDAqCrB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { AglitCliContext } from "../types";
2
+ export declare const projectNewCommand: import("@stricli/core").Command<AglitCliContext>;
3
+ //# sourceMappingURL=project-new.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"project-new.d.ts","sourceRoot":"","sources":["../../src/commands/project-new.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AA8ChD,eAAO,MAAM,iBAAiB,kDA0B5B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { AglitCliContext } from "../types";
2
+ export declare const projectsCommand: import("@stricli/core").Command<AglitCliContext>;
3
+ //# sourceMappingURL=projects.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"projects.d.ts","sourceRoot":"","sources":["../../src/commands/projects.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAwBhD,eAAO,MAAM,eAAe,kDAY1B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}