magic-renamer 16.444.7 → 16.444.10

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/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # magic renamer
2
-
3
- rename/copy things in magical way in [firedev.io](https://github.com/darekf77/firedev) Visual Studio Plugin...
4
-
5
- <p style="text-align: center;"><img src="./firedev.png" ></p>
1
+ # magic renamer
2
+
3
+ rename/copy things in magical way in [firedev.io](https://github.com/darekf77/firedev) Visual Studio Plugin...
4
+
5
+ <p style="text-align: center;"><img src="./firedev.png" ></p>
@@ -1,6 +1,6 @@
1
1
  THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
2
2
 
3
- Assets from this folder are being shipped with this npm package (magic-renamer@16.444.7)
3
+ Assets from this folder are being shipped with this npm package (magic-renamer@16.444.10)
4
4
  created from this project.
5
5
 
6
6
  THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
package/bin/magic-renamer CHANGED
@@ -1,10 +1,10 @@
1
- #!/usr/bin/env node
2
- var { fse, crossPlatformPath, path } = require('tnp-core');
3
- var path = {
4
- dist: path.join(crossPlatformPath(__dirname), '../dist/index.js'),
5
- bundle: path.join(crossPlatformPath(__dirname), '../index.js')
6
- }
7
- var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
- global.globalSystemToolMode = true;
9
- var run = require(p).run;
10
- run(process.argv.slice(2));
1
+ #!/usr/bin/env node
2
+ var { fse, crossPlatformPath, path } = require('tnp-core');
3
+ var path = {
4
+ dist: path.join(crossPlatformPath(__dirname), '../dist/index.js'),
5
+ bundle: path.join(crossPlatformPath(__dirname), '../index.js')
6
+ }
7
+ var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
+ global.globalSystemToolMode = true;
9
+ var run = require(p).run;
10
+ run(process.argv.slice(2));
@@ -1,10 +1,10 @@
1
- #!/usr/bin/env node --inspect
2
- var { fse, crossPlatformPath, path } = require('tnp-core');
3
- var path = {
4
- dist: path.join(crossPlatformPath(__dirname), '../dist/index.js'),
5
- bundle: path.join(crossPlatformPath(__dirname), '../index.js')
6
- }
7
- var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
- global.globalSystemToolMode = true;
9
- var run = require(p).run;
10
- run(process.argv.slice(2));
1
+ #!/usr/bin/env node --inspect
2
+ var { fse, crossPlatformPath, path } = require('tnp-core');
3
+ var path = {
4
+ dist: path.join(crossPlatformPath(__dirname), '../dist/index.js'),
5
+ bundle: path.join(crossPlatformPath(__dirname), '../index.js')
6
+ }
7
+ var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
+ global.globalSystemToolMode = true;
9
+ var run = require(p).run;
10
+ run(process.argv.slice(2));
package/browser/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
package/client/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
@@ -39,14 +39,14 @@
39
39
  "workerPlugins": {}
40
40
  },
41
41
  "name": "magic-renamer",
42
- "version": "16.444.7",
42
+ "version": "16.444.10",
43
43
  "bin": {
44
44
  "magic-renamer": "bin/magic-renamer",
45
45
  "magic-renamer-debug": "bin/magic-renamer-debug"
46
46
  },
47
47
  "license": "UNLICENSED",
48
48
  "dependencies": {
49
- "tnp-helpers": "~16.444.11"
49
+ "tnp-helpers": "~16.444.18"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
@@ -134,7 +134,7 @@
134
134
  "angular-material-css-vars": "5.0.2",
135
135
  "angular-resize-event": "3.2.0",
136
136
  "animate.css": "4.1.1 ",
137
- "any-project-cli": "~16.444.8",
137
+ "any-project-cli": "~16.444.11",
138
138
  "app-root-path": "3.0.0",
139
139
  "axios": "1.3.5",
140
140
  "background-worker-process": "~16.100.10",
@@ -190,11 +190,11 @@
190
190
  "file-saver": "2.0.5",
191
191
  "file-type": "18.5.0",
192
192
  "firedev": "^16",
193
- "firedev-crud": "~16.444.7",
194
- "firedev-crud-deamon": "~16.444.8",
195
- "firedev-ports": "~16.444.7",
193
+ "firedev-crud": "~16.444.8",
194
+ "firedev-crud-deamon": "~16.444.11",
195
+ "firedev-ports": "~16.444.8",
196
196
  "firedev-storage": "~16.444.5",
197
- "firedev-type-sql": "~16.444.7",
197
+ "firedev-type-sql": "~16.444.8",
198
198
  "firedev-typeorm": "~16.444.5",
199
199
  "firedev-ui": "~16.444.1",
200
200
  "fkill": "6.1.0",
@@ -214,11 +214,11 @@
214
214
  "image-focus": "1.2.1",
215
215
  "immer": "10.0.2",
216
216
  "immutable": "4.3.0",
217
- "incremental-compiler": "~16.444.9",
217
+ "incremental-compiler": "~16.444.12",
218
218
  "inquirer": "7.3.3",
219
219
  "inquirer-autocomplete-prompt": "1.3.0",
220
220
  "is-elevated": "3.0.0",
221
- "isomorphic-region-loader": "~16.444.7",
221
+ "isomorphic-region-loader": "~16.444.8",
222
222
  "istanbul-instrumenter-loader": "2.0.0",
223
223
  "jest": "29.5.0",
224
224
  "jest-date-mock": "1.0.8",
@@ -229,8 +229,8 @@
229
229
  "joi": "17.9.2",
230
230
  "jscodeshift": "0.6.3",
231
231
  "json-stringify-safe": "5.0.1",
232
- "json10": "~16.444.7",
233
- "json10-writer": "~16.444.8",
232
+ "json10": "~16.444.8",
233
+ "json10-writer": "~16.444.11",
234
234
  "json5": "2.2.1",
235
235
  "json5-writer": "0.2.0",
236
236
  "jszip": "3.10.1",
@@ -239,9 +239,9 @@
239
239
  "localforage": "1.10.0",
240
240
  "lockfile": "1.0.4",
241
241
  "lodash": "4.17.20",
242
- "lodash-walk-object": "~16.444.6",
242
+ "lodash-walk-object": "~16.444.7",
243
243
  "lowdb": "7.0.1",
244
- "magic-renamer": "~16.444.6",
244
+ "magic-renamer": "~16.444.7",
245
245
  "material-design-icons": "3.0.1",
246
246
  "method-override": "2.3.10",
247
247
  "minimist": "1.2.0",
@@ -253,9 +253,9 @@
253
253
  "ng-lock": "16.0.1",
254
254
  "ng-packagr": "16.0.1",
255
255
  "ng-talkback": "~16.444.1",
256
- "ng2-logger": "~16.444.8",
256
+ "ng2-logger": "~16.444.11",
257
257
  "ng2-pdfjs-viewer": "16.0.4",
258
- "ng2-rest": "~16.444.6",
258
+ "ng2-rest": "~16.444.7",
259
259
  "ngx-ace-wrapper": "14.0.0",
260
260
  "ngx-editor": "15.3.0",
261
261
  "ngx-highlightjs": "9.0.0",
@@ -318,10 +318,10 @@
318
318
  "task.js": "0.1.5",
319
319
  "threads": "1.7.0",
320
320
  "tnp-cli": "~16.444.1",
321
- "tnp-config": "~16.444.8",
322
- "tnp-core": "~16.444.9",
323
- "tnp-db": "~16.444.7",
324
- "tnp-models": "~16.444.8",
321
+ "tnp-config": "~16.444.11",
322
+ "tnp-core": "~16.444.13",
323
+ "tnp-db": "~16.444.10",
324
+ "tnp-models": "~16.444.11",
325
325
  "ts-debug": "1.3.0",
326
326
  "ts-json-schema-generator": "2.1.1",
327
327
  "ts-loader": "2.3.1",
@@ -332,7 +332,7 @@
332
332
  "typedoc": "0.25.13",
333
333
  "typedoc-plugin-markdown": "4.0.3",
334
334
  "typescript": "~5.0.2",
335
- "typescript-class-helpers": "~16.444.8",
335
+ "typescript-class-helpers": "~16.444.11",
336
336
  "typescript-formatter": "~7.2.2",
337
337
  "underscore": "1.9.1",
338
338
  "uuid": "8.3.2",
@@ -349,6 +349,6 @@
349
349
  "zone.js": "~0.13.0"
350
350
  },
351
351
  "private": false,
352
- "lastBuildTagHash": "2380637bc95ba49660c5dbecdc8a1d190059f0d3",
353
- "main": "dist/app.electron.js"
352
+ "lastBuildTagHash": "7dd72897c29ce80e1f4b3a906693e4c509d83e08",
353
+ "main": "index.js"
354
354
  }
package/firedev.jsonc CHANGED
@@ -1,45 +1,45 @@
1
- {
2
- "resources": [
3
- "README.md"
4
- ],
5
-
6
- "overrided": {
7
- "ignoreDepsPattern": [],
8
- "includeAsDev": [],
9
-
10
- "includeOnly": [
11
- "tnp-helpers"
12
- ],
13
-
14
- "dependencies": {},
15
- "linkedFolders": [],
16
- "npmFixes": [],
17
- },
18
-
19
- "smartContainerBuildTarget": "",
20
- "linkedRepos": [],
21
-
22
- "libReleaseOptions": {
23
- "nodts": false,
24
- "obscure": false,
25
- "ugly": false,
26
- "includeNodeModules": false,
27
- "cliBuildNoDts": false,
28
- "cliBuildObscure": false,
29
- "cliBuildIncludeNodeModules": false,
30
- "cliBuildUglify": false,
31
- },
32
-
33
- "smartContainerTarget": "",
34
- "type": "isomorphic-lib",
35
- "isCoreProject": false,
36
- "useFramework": false,
37
- "required": [],
38
- "version": "v16",
39
- "isGenerated": false,
40
- "requiredServers": [],
41
- "license": "UNLICENSED",
42
- "private": false,
43
- "main": "index.js",
44
- "workerPlugins": {},
1
+ {
2
+ "resources": [
3
+ "README.md"
4
+ ],
5
+
6
+ "overrided": {
7
+ "ignoreDepsPattern": [],
8
+ "includeAsDev": [],
9
+
10
+ "includeOnly": [
11
+ "tnp-helpers"
12
+ ],
13
+
14
+ "dependencies": {},
15
+ "linkedFolders": [],
16
+ "npmFixes": [],
17
+ },
18
+
19
+ "smartContainerBuildTarget": "",
20
+ "linkedRepos": [],
21
+
22
+ "libReleaseOptions": {
23
+ "nodts": false,
24
+ "obscure": false,
25
+ "ugly": false,
26
+ "includeNodeModules": false,
27
+ "cliBuildNoDts": false,
28
+ "cliBuildObscure": false,
29
+ "cliBuildIncludeNodeModules": false,
30
+ "cliBuildUglify": false,
31
+ },
32
+
33
+ "smartContainerTarget": "",
34
+ "type": "isomorphic-lib",
35
+ "isCoreProject": false,
36
+ "useFramework": false,
37
+ "required": [],
38
+ "version": "v16",
39
+ "isGenerated": false,
40
+ "requiredServers": [],
41
+ "license": "UNLICENSED",
42
+ "private": false,
43
+ "main": "index.js",
44
+ "workerPlugins": {},
45
45
  }
package/package.json CHANGED
@@ -39,17 +39,17 @@
39
39
  "workerPlugins": {}
40
40
  },
41
41
  "name": "magic-renamer",
42
- "version": "16.444.7",
42
+ "version": "16.444.10",
43
43
  "bin": {
44
44
  "magic-renamer": "bin/magic-renamer",
45
45
  "magic-renamer-debug": "bin/magic-renamer-debug"
46
46
  },
47
47
  "license": "UNLICENSED",
48
48
  "dependencies": {
49
- "tnp-helpers": "~16.444.11"
49
+ "tnp-helpers": "~16.444.18"
50
50
  },
51
51
  "devDependencies": {},
52
52
  "private": false,
53
- "lastBuildTagHash": "2380637bc95ba49660c5dbecdc8a1d190059f0d3",
54
- "main": "dist/app.electron.js"
53
+ "lastBuildTagHash": "7dd72897c29ce80e1f4b3a906693e4c509d83e08",
54
+ "main": "index.js"
55
55
  }
@@ -43,14 +43,14 @@
43
43
  "workerPlugins": {}
44
44
  },
45
45
  "name": "magic-renamer",
46
- "version": "16.444.7",
46
+ "version": "16.444.10",
47
47
  "bin": {
48
48
  "magic-renamer": "bin/magic-renamer",
49
49
  "magic-renamer-debug": "bin/magic-renamer-debug"
50
50
  },
51
51
  "license": "UNLICENSED",
52
52
  "dependencies": {
53
- "tnp-helpers": "~16.444.11"
53
+ "tnp-helpers": "~16.444.18"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
@@ -138,7 +138,7 @@
138
138
  "angular-material-css-vars": "5.0.2",
139
139
  "angular-resize-event": "3.2.0",
140
140
  "animate.css": "4.1.1 ",
141
- "any-project-cli": "~16.444.8",
141
+ "any-project-cli": "~16.444.11",
142
142
  "app-root-path": "3.0.0",
143
143
  "axios": "1.3.5",
144
144
  "background-worker-process": "~16.100.10",
@@ -194,11 +194,11 @@
194
194
  "file-saver": "2.0.5",
195
195
  "file-type": "18.5.0",
196
196
  "firedev": "^16",
197
- "firedev-crud": "~16.444.7",
198
- "firedev-crud-deamon": "~16.444.8",
199
- "firedev-ports": "~16.444.7",
197
+ "firedev-crud": "~16.444.8",
198
+ "firedev-crud-deamon": "~16.444.11",
199
+ "firedev-ports": "~16.444.8",
200
200
  "firedev-storage": "~16.444.5",
201
- "firedev-type-sql": "~16.444.7",
201
+ "firedev-type-sql": "~16.444.8",
202
202
  "firedev-typeorm": "~16.444.5",
203
203
  "firedev-ui": "~16.444.1",
204
204
  "fkill": "6.1.0",
@@ -218,11 +218,11 @@
218
218
  "image-focus": "1.2.1",
219
219
  "immer": "10.0.2",
220
220
  "immutable": "4.3.0",
221
- "incremental-compiler": "~16.444.9",
221
+ "incremental-compiler": "~16.444.12",
222
222
  "inquirer": "7.3.3",
223
223
  "inquirer-autocomplete-prompt": "1.3.0",
224
224
  "is-elevated": "3.0.0",
225
- "isomorphic-region-loader": "~16.444.7",
225
+ "isomorphic-region-loader": "~16.444.8",
226
226
  "istanbul-instrumenter-loader": "2.0.0",
227
227
  "jest": "29.5.0",
228
228
  "jest-date-mock": "1.0.8",
@@ -233,8 +233,8 @@
233
233
  "joi": "17.9.2",
234
234
  "jscodeshift": "0.6.3",
235
235
  "json-stringify-safe": "5.0.1",
236
- "json10": "~16.444.7",
237
- "json10-writer": "~16.444.8",
236
+ "json10": "~16.444.8",
237
+ "json10-writer": "~16.444.11",
238
238
  "json5": "2.2.1",
239
239
  "json5-writer": "0.2.0",
240
240
  "jszip": "3.10.1",
@@ -243,9 +243,9 @@
243
243
  "localforage": "1.10.0",
244
244
  "lockfile": "1.0.4",
245
245
  "lodash": "4.17.20",
246
- "lodash-walk-object": "~16.444.6",
246
+ "lodash-walk-object": "~16.444.7",
247
247
  "lowdb": "7.0.1",
248
- "magic-renamer": "~16.444.6",
248
+ "magic-renamer": "~16.444.7",
249
249
  "material-design-icons": "3.0.1",
250
250
  "method-override": "2.3.10",
251
251
  "minimist": "1.2.0",
@@ -257,9 +257,9 @@
257
257
  "ng-lock": "16.0.1",
258
258
  "ng-packagr": "16.0.1",
259
259
  "ng-talkback": "~16.444.1",
260
- "ng2-logger": "~16.444.8",
260
+ "ng2-logger": "~16.444.11",
261
261
  "ng2-pdfjs-viewer": "16.0.4",
262
- "ng2-rest": "~16.444.6",
262
+ "ng2-rest": "~16.444.7",
263
263
  "ngx-ace-wrapper": "14.0.0",
264
264
  "ngx-editor": "15.3.0",
265
265
  "ngx-highlightjs": "9.0.0",
@@ -322,10 +322,10 @@
322
322
  "task.js": "0.1.5",
323
323
  "threads": "1.7.0",
324
324
  "tnp-cli": "~16.444.1",
325
- "tnp-config": "~16.444.8",
326
- "tnp-core": "~16.444.9",
327
- "tnp-db": "~16.444.7",
328
- "tnp-models": "~16.444.8",
325
+ "tnp-config": "~16.444.11",
326
+ "tnp-core": "~16.444.13",
327
+ "tnp-db": "~16.444.10",
328
+ "tnp-models": "~16.444.11",
329
329
  "ts-debug": "1.3.0",
330
330
  "ts-json-schema-generator": "2.1.1",
331
331
  "ts-loader": "2.3.1",
@@ -336,7 +336,7 @@
336
336
  "typedoc": "0.25.13",
337
337
  "typedoc-plugin-markdown": "4.0.3",
338
338
  "typescript": "~5.0.2",
339
- "typescript-class-helpers": "~16.444.8",
339
+ "typescript-class-helpers": "~16.444.11",
340
340
  "typescript-formatter": "~7.2.2",
341
341
  "underscore": "1.9.1",
342
342
  "uuid": "8.3.2",
@@ -353,18 +353,18 @@
353
353
  "zone.js": "~0.13.0"
354
354
  },
355
355
  "private": false,
356
- "lastBuildTagHash": "2380637bc95ba49660c5dbecdc8a1d190059f0d3",
356
+ "lastBuildTagHash": "7dd72897c29ce80e1f4b3a906693e4c509d83e08",
357
357
  "main": "dist/app.electron.js"
358
358
  },
359
359
  "build": {
360
- "number": 267,
361
- "date": "2024-06-29T20:00:31.000Z",
362
- "hash": "7dd72897c29ce80e1f4b3a906693e4c509d83e08"
360
+ "number": 271,
361
+ "date": "2024-07-11T16:46:24.000Z",
362
+ "hash": "81effffc5cf996b2cedb5424ae785f8c07b6992f"
363
363
  },
364
364
  "currentProjectName": "magic-renamer",
365
365
  "currentProjectGenericName": "magic-renamer",
366
366
  "currentProjectType": "isomorphic-lib",
367
- "currentFrameworkVersion": "16.444.9",
367
+ "currentFrameworkVersion": "16.444.12",
368
368
  "isStandaloneProject": true,
369
369
  "isSmartContainer": false,
370
370
  "pathesTsconfig": "\"paths\": {\"magic-renamer\":[\"./src/lib\"],\"magic-renamer/*\":[\"./src/lib/*\"]},",
package/websql/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.