@storm-software/workspace-tools 1.295.17 → 1.295.19

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.
@@ -0,0 +1,130 @@
1
+ import { c as BaseGeneratorResult } from './types-B6F7nl01.js';
2
+ import * as _nx_devkit from '@nx/devkit';
3
+ import { Tree } from '@nx/devkit';
4
+ import { S as StormWorkspaceConfig } from './types-D-YNP2Zk.js';
5
+
6
+ // Generated by @storm-software/untyped
7
+ // Do not edit this file directly
8
+
9
+ interface BrowserLibraryGeneratorSchema {
10
+ /**
11
+ * Directory
12
+ *
13
+ * The directory to create the library in
14
+ *
15
+ */
16
+ directory: string,
17
+
18
+ /**
19
+ * Name
20
+ *
21
+ * The name of the library
22
+ *
23
+ */
24
+ name: string,
25
+
26
+ /**
27
+ * Description
28
+ *
29
+ * The description of the library
30
+ *
31
+ */
32
+ description?: string,
33
+
34
+ /**
35
+ * Build Executor
36
+ *
37
+ * The executor to use for building the library
38
+ *
39
+ * @default "@storm-software/workspace-tools:unbuild"
40
+ */
41
+ buildExecutor?: string,
42
+
43
+ /**
44
+ * Platform
45
+ *
46
+ * The platform to target with the library
47
+ *
48
+ * @default "browser"
49
+ *
50
+ * @enum browser,neutral
51
+ */
52
+ platform?: string,
53
+
54
+ /**
55
+ * Import Path
56
+ *
57
+ * The import path for the library
58
+ *
59
+ */
60
+ importPath?: string,
61
+
62
+ /**
63
+ * Tags
64
+ *
65
+ * The tags for the library
66
+ *
67
+ */
68
+ tags?: string,
69
+
70
+ /**
71
+ * Unit Test Runner
72
+ *
73
+ * The unit test runner to use
74
+ *
75
+ *
76
+ * @enum jest,vitest,none
77
+ */
78
+ unitTestRunner?: string,
79
+
80
+ /**
81
+ * Test Environment
82
+ *
83
+ * The test environment to use
84
+ *
85
+ *
86
+ * @enum jsdom,node
87
+ */
88
+ testEnvironment?: string,
89
+
90
+ /**
91
+ * Pascal Case Files
92
+ *
93
+ * Use PascalCase for file names
94
+ *
95
+ * @default false
96
+ */
97
+ pascalCaseFiles?: boolean,
98
+
99
+ /**
100
+ * Strict
101
+ *
102
+ * Enable strict mode
103
+ *
104
+ * @default true
105
+ */
106
+ strict?: boolean,
107
+
108
+ /**
109
+ * Publishable
110
+ *
111
+ * Make the library publishable
112
+ *
113
+ * @default false
114
+ */
115
+ publishable?: boolean,
116
+
117
+ /**
118
+ * Buildable
119
+ *
120
+ * Make the library buildable
121
+ *
122
+ * @default true
123
+ */
124
+ buildable?: boolean,
125
+ }
126
+
127
+ declare function browserLibraryGeneratorFn(tree: Tree, schema: BrowserLibraryGeneratorSchema, config?: StormWorkspaceConfig): Promise<null>;
128
+ declare const _default: (tree: Tree, _options: BrowserLibraryGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
129
+
130
+ export { type BrowserLibraryGeneratorSchema as B, _default as _, browserLibraryGeneratorFn as b };
@@ -0,0 +1,130 @@
1
+ import { c as BaseGeneratorResult } from './types-BI64Uv6g.mjs';
2
+ import * as _nx_devkit from '@nx/devkit';
3
+ import { Tree } from '@nx/devkit';
4
+ import { S as StormWorkspaceConfig } from './types-D-YNP2Zk.mjs';
5
+
6
+ // Generated by @storm-software/untyped
7
+ // Do not edit this file directly
8
+
9
+ interface BrowserLibraryGeneratorSchema {
10
+ /**
11
+ * Directory
12
+ *
13
+ * The directory to create the library in
14
+ *
15
+ */
16
+ directory: string,
17
+
18
+ /**
19
+ * Name
20
+ *
21
+ * The name of the library
22
+ *
23
+ */
24
+ name: string,
25
+
26
+ /**
27
+ * Description
28
+ *
29
+ * The description of the library
30
+ *
31
+ */
32
+ description?: string,
33
+
34
+ /**
35
+ * Build Executor
36
+ *
37
+ * The executor to use for building the library
38
+ *
39
+ * @default "@storm-software/workspace-tools:unbuild"
40
+ */
41
+ buildExecutor?: string,
42
+
43
+ /**
44
+ * Platform
45
+ *
46
+ * The platform to target with the library
47
+ *
48
+ * @default "browser"
49
+ *
50
+ * @enum browser,neutral
51
+ */
52
+ platform?: string,
53
+
54
+ /**
55
+ * Import Path
56
+ *
57
+ * The import path for the library
58
+ *
59
+ */
60
+ importPath?: string,
61
+
62
+ /**
63
+ * Tags
64
+ *
65
+ * The tags for the library
66
+ *
67
+ */
68
+ tags?: string,
69
+
70
+ /**
71
+ * Unit Test Runner
72
+ *
73
+ * The unit test runner to use
74
+ *
75
+ *
76
+ * @enum jest,vitest,none
77
+ */
78
+ unitTestRunner?: string,
79
+
80
+ /**
81
+ * Test Environment
82
+ *
83
+ * The test environment to use
84
+ *
85
+ *
86
+ * @enum jsdom,node
87
+ */
88
+ testEnvironment?: string,
89
+
90
+ /**
91
+ * Pascal Case Files
92
+ *
93
+ * Use PascalCase for file names
94
+ *
95
+ * @default false
96
+ */
97
+ pascalCaseFiles?: boolean,
98
+
99
+ /**
100
+ * Strict
101
+ *
102
+ * Enable strict mode
103
+ *
104
+ * @default true
105
+ */
106
+ strict?: boolean,
107
+
108
+ /**
109
+ * Publishable
110
+ *
111
+ * Make the library publishable
112
+ *
113
+ * @default false
114
+ */
115
+ publishable?: boolean,
116
+
117
+ /**
118
+ * Buildable
119
+ *
120
+ * Make the library buildable
121
+ *
122
+ * @default true
123
+ */
124
+ buildable?: boolean,
125
+ }
126
+
127
+ declare function browserLibraryGeneratorFn(tree: Tree, schema: BrowserLibraryGeneratorSchema, config?: StormWorkspaceConfig): Promise<null>;
128
+ declare const _default: (tree: Tree, _options: BrowserLibraryGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
129
+
130
+ export { type BrowserLibraryGeneratorSchema as B, _default as _, browserLibraryGeneratorFn as b };
@@ -0,0 +1,108 @@
1
+ import { c as BaseGeneratorResult } from './types-B6F7nl01.js';
2
+ import * as _nx_devkit from '@nx/devkit';
3
+ import { Tree } from '@nx/devkit';
4
+
5
+ // Generated by @storm-software/untyped
6
+ // Do not edit this file directly
7
+
8
+ interface PresetGeneratorSchema {
9
+ /**
10
+ * Directory
11
+ *
12
+ * The directory to create the library in
13
+ *
14
+ */
15
+ directory: string,
16
+
17
+ /**
18
+ * Name
19
+ *
20
+ * The name of the workspace
21
+ *
22
+ */
23
+ name: string,
24
+
25
+ /**
26
+ * Organization
27
+ *
28
+ * The organization of the workspace
29
+ *
30
+ * @default "storm-software"
31
+ */
32
+ organization?: string,
33
+
34
+ /**
35
+ * Include Apps
36
+ *
37
+ * Include apps in the workspace
38
+ *
39
+ * @default true
40
+ */
41
+ includeApps?: boolean,
42
+
43
+ /**
44
+ * Include Rust
45
+ *
46
+ * Include Rust support in the workspace
47
+ *
48
+ * @default false
49
+ */
50
+ includeRust?: boolean,
51
+
52
+ /**
53
+ * Namespace
54
+ *
55
+ * The namespace of the workspace
56
+ *
57
+ * @default "storm-software"
58
+ */
59
+ namespace?: string,
60
+
61
+ /**
62
+ * Description
63
+ *
64
+ * The description of the workspace
65
+ *
66
+ */
67
+ description?: string,
68
+
69
+ /**
70
+ * Repository URL
71
+ *
72
+ * The URL of the repository
73
+ *
74
+ */
75
+ repositoryUrl?: string,
76
+
77
+ /**
78
+ * Nx Cloud
79
+ *
80
+ * Nx Cloud configuration
81
+ *
82
+ */
83
+ nxCloud?: string,
84
+
85
+ /**
86
+ * Mode
87
+ *
88
+ * The mode of the Nx client
89
+ *
90
+ */
91
+ mode?: string,
92
+
93
+ /**
94
+ * Package Manager
95
+ *
96
+ * The package manager to use
97
+ *
98
+ * @default "pnpm"
99
+ *
100
+ * @enum npm,pnpm,yarn,bun
101
+ */
102
+ packageManager?: string,
103
+ }
104
+
105
+ declare function presetGeneratorFn(tree: Tree, options: PresetGeneratorSchema): Promise<null>;
106
+ declare const _default: (tree: Tree, _options: PresetGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
107
+
108
+ export { type PresetGeneratorSchema as P, _default as _, presetGeneratorFn as p };
@@ -0,0 +1,130 @@
1
+ import { c as BaseGeneratorResult } from './types-BI64Uv6g.mjs';
2
+ import * as _nx_devkit from '@nx/devkit';
3
+ import { Tree } from '@nx/devkit';
4
+ import { S as StormWorkspaceConfig } from './types-D-YNP2Zk.mjs';
5
+
6
+ // Generated by @storm-software/untyped
7
+ // Do not edit this file directly
8
+
9
+ interface NodeLibraryGeneratorSchema {
10
+ /**
11
+ * Directory
12
+ *
13
+ * The directory to create the library in
14
+ *
15
+ */
16
+ directory: string,
17
+
18
+ /**
19
+ * Name
20
+ *
21
+ * The name of the library
22
+ *
23
+ */
24
+ name: string,
25
+
26
+ /**
27
+ * Description
28
+ *
29
+ * The description of the library
30
+ *
31
+ */
32
+ description?: string,
33
+
34
+ /**
35
+ * Build Executor
36
+ *
37
+ * The executor to use for building the library
38
+ *
39
+ * @default "@storm-software/workspace-tools:unbuild"
40
+ */
41
+ buildExecutor?: string,
42
+
43
+ /**
44
+ * Platform
45
+ *
46
+ * The platform to target with the library
47
+ *
48
+ * @default "node"
49
+ *
50
+ * @enum node,neutral
51
+ */
52
+ platform?: string,
53
+
54
+ /**
55
+ * Import Path
56
+ *
57
+ * The import path for the library
58
+ *
59
+ */
60
+ importPath?: string,
61
+
62
+ /**
63
+ * Tags
64
+ *
65
+ * The tags for the library
66
+ *
67
+ */
68
+ tags?: string,
69
+
70
+ /**
71
+ * Unit Test Runner
72
+ *
73
+ * The unit test runner to use
74
+ *
75
+ *
76
+ * @enum jest,vitest,none
77
+ */
78
+ unitTestRunner?: string,
79
+
80
+ /**
81
+ * Test Environment
82
+ *
83
+ * The test environment to use
84
+ *
85
+ *
86
+ * @enum jsdom,node
87
+ */
88
+ testEnvironment?: string,
89
+
90
+ /**
91
+ * Pascal Case Files
92
+ *
93
+ * Use PascalCase for file names
94
+ *
95
+ * @default false
96
+ */
97
+ pascalCaseFiles?: boolean,
98
+
99
+ /**
100
+ * Strict
101
+ *
102
+ * Enable strict mode
103
+ *
104
+ * @default true
105
+ */
106
+ strict?: boolean,
107
+
108
+ /**
109
+ * Publishable
110
+ *
111
+ * Make the library publishable
112
+ *
113
+ * @default false
114
+ */
115
+ publishable?: boolean,
116
+
117
+ /**
118
+ * Buildable
119
+ *
120
+ * Make the library buildable
121
+ *
122
+ * @default true
123
+ */
124
+ buildable?: boolean,
125
+ }
126
+
127
+ declare function nodeLibraryGeneratorFn(tree: Tree, schema: NodeLibraryGeneratorSchema, config?: StormWorkspaceConfig): Promise<null>;
128
+ declare const _default: (tree: Tree, _options: NodeLibraryGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
129
+
130
+ export { type NodeLibraryGeneratorSchema as N, _default as _, nodeLibraryGeneratorFn as n };
@@ -0,0 +1,130 @@
1
+ import { c as BaseGeneratorResult } from './types-B6F7nl01.js';
2
+ import * as _nx_devkit from '@nx/devkit';
3
+ import { Tree } from '@nx/devkit';
4
+ import { S as StormWorkspaceConfig } from './types-D-YNP2Zk.js';
5
+
6
+ // Generated by @storm-software/untyped
7
+ // Do not edit this file directly
8
+
9
+ interface NodeLibraryGeneratorSchema {
10
+ /**
11
+ * Directory
12
+ *
13
+ * The directory to create the library in
14
+ *
15
+ */
16
+ directory: string,
17
+
18
+ /**
19
+ * Name
20
+ *
21
+ * The name of the library
22
+ *
23
+ */
24
+ name: string,
25
+
26
+ /**
27
+ * Description
28
+ *
29
+ * The description of the library
30
+ *
31
+ */
32
+ description?: string,
33
+
34
+ /**
35
+ * Build Executor
36
+ *
37
+ * The executor to use for building the library
38
+ *
39
+ * @default "@storm-software/workspace-tools:unbuild"
40
+ */
41
+ buildExecutor?: string,
42
+
43
+ /**
44
+ * Platform
45
+ *
46
+ * The platform to target with the library
47
+ *
48
+ * @default "node"
49
+ *
50
+ * @enum node,neutral
51
+ */
52
+ platform?: string,
53
+
54
+ /**
55
+ * Import Path
56
+ *
57
+ * The import path for the library
58
+ *
59
+ */
60
+ importPath?: string,
61
+
62
+ /**
63
+ * Tags
64
+ *
65
+ * The tags for the library
66
+ *
67
+ */
68
+ tags?: string,
69
+
70
+ /**
71
+ * Unit Test Runner
72
+ *
73
+ * The unit test runner to use
74
+ *
75
+ *
76
+ * @enum jest,vitest,none
77
+ */
78
+ unitTestRunner?: string,
79
+
80
+ /**
81
+ * Test Environment
82
+ *
83
+ * The test environment to use
84
+ *
85
+ *
86
+ * @enum jsdom,node
87
+ */
88
+ testEnvironment?: string,
89
+
90
+ /**
91
+ * Pascal Case Files
92
+ *
93
+ * Use PascalCase for file names
94
+ *
95
+ * @default false
96
+ */
97
+ pascalCaseFiles?: boolean,
98
+
99
+ /**
100
+ * Strict
101
+ *
102
+ * Enable strict mode
103
+ *
104
+ * @default true
105
+ */
106
+ strict?: boolean,
107
+
108
+ /**
109
+ * Publishable
110
+ *
111
+ * Make the library publishable
112
+ *
113
+ * @default false
114
+ */
115
+ publishable?: boolean,
116
+
117
+ /**
118
+ * Buildable
119
+ *
120
+ * Make the library buildable
121
+ *
122
+ * @default true
123
+ */
124
+ buildable?: boolean,
125
+ }
126
+
127
+ declare function nodeLibraryGeneratorFn(tree: Tree, schema: NodeLibraryGeneratorSchema, config?: StormWorkspaceConfig): Promise<null>;
128
+ declare const _default: (tree: Tree, _options: NodeLibraryGeneratorSchema) => Promise<_nx_devkit.GeneratorCallback | BaseGeneratorResult>;
129
+
130
+ export { type NodeLibraryGeneratorSchema as N, _default as _, nodeLibraryGeneratorFn as n };
package/dist/index.js CHANGED
@@ -1,14 +1,11 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-JGP4YWZY.js');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-YYLV7UA6.js');
2
2
 
3
3
 
4
- var _chunk6EMYX25Vjs = require('./chunk-6EMYX25V.js');
5
-
6
-
7
- var _chunkQVYCDINGjs = require('./chunk-QVYCDING.js');
8
-
4
+ var _chunkL7VRQV4Yjs = require('./chunk-L7VRQV4Y.js');
9
5
 
10
6
 
11
- var _chunkDIUWF7BWjs = require('./chunk-DIUWF7BW.js');
7
+ var _chunkV3IVXSDLjs = require('./chunk-V3IVXSDL.js');
8
+ require('./chunk-JGP4YWZY.js');
12
9
 
13
10
 
14
11
 
@@ -34,6 +31,10 @@ var _chunk4AKDRRMLjs = require('./chunk-4AKDRRML.js');
34
31
 
35
32
 
36
33
  var _chunkXZ6L6OXJjs = require('./chunk-XZ6L6OXJ.js');
34
+ require('./chunk-ANHKV7HZ.js');
35
+
36
+
37
+ var _chunk6EMYX25Vjs = require('./chunk-6EMYX25V.js');
37
38
  require('./chunk-KBJ7IEXI.js');
38
39
 
39
40
 
@@ -44,17 +45,16 @@ var _chunkCLMAB7TAjs = require('./chunk-CLMAB7TA.js');
44
45
 
45
46
 
46
47
  var _chunk2AVWFUXPjs = require('./chunk-2AVWFUXP.js');
47
- require('./chunk-YYLV7UA6.js');
48
48
 
49
49
 
50
- var _chunkL7VRQV4Yjs = require('./chunk-L7VRQV4Y.js');
50
+ var _chunkVXHOSAQ7js = require('./chunk-VXHOSAQ7.js');
51
51
 
52
52
 
53
- var _chunkV3IVXSDLjs = require('./chunk-V3IVXSDL.js');
54
- require('./chunk-ANHKV7HZ.js');
53
+ var _chunkQVYCDINGjs = require('./chunk-QVYCDING.js');
55
54
 
56
55
 
57
- var _chunkVXHOSAQ7js = require('./chunk-VXHOSAQ7.js');
56
+
57
+ var _chunkDIUWF7BWjs = require('./chunk-DIUWF7BW.js');
58
58
  require('./chunk-P6HSE7LH.js');
59
59
 
60
60
 
@@ -100,19 +100,19 @@ var _chunkVPB6ALHZjs = require('./chunk-VPB6ALHZ.js');
100
100
 
101
101
 
102
102
 
103
+ var _chunkPJBQJFQIjs = require('./chunk-PJBQJFQI.js');
104
+ require('./chunk-33TUEQBH.js');
103
105
 
104
106
 
105
107
 
106
108
 
107
109
 
108
110
 
109
- var _chunkD2PV33E5js = require('./chunk-D2PV33E5.js');
110
111
 
111
112
 
112
113
 
113
114
 
114
- var _chunkPJBQJFQIjs = require('./chunk-PJBQJFQI.js');
115
- require('./chunk-33TUEQBH.js');
115
+ var _chunkD2PV33E5js = require('./chunk-D2PV33E5.js');
116
116
  require('./chunk-C3TC7AUW.js');
117
117
 
118
118