magic-renamer 18.0.2 → 18.0.4

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@18.0.2)
3
+ Assets from this folder are being shipped with this npm package (magic-renamer@18.0.4)
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.
package/firedev.jsonc CHANGED
@@ -1,39 +1,39 @@
1
- {
2
- "resources": ["README.md"],
3
-
4
- "overrided": {
5
- "ignoreDepsPattern": [],
6
- "includeAsDev": [],
7
- "includeOnly": ["tnp-helpers"],
8
- "dependencies": {},
9
- "linkedFolders": [],
10
- "npmFixes": []
11
- },
12
-
13
- "smartContainerBuildTarget": "",
14
- "linkedRepos": [],
15
-
16
- "libReleaseOptions": {
17
- "nodts": false,
18
- "obscure": false,
19
- "ugly": false,
20
- "includeNodeModules": false,
21
- "cliBuildNoDts": false,
22
- "cliBuildObscure": false,
23
- "cliBuildIncludeNodeModules": false,
24
- "cliBuildUglify": false
25
- },
26
-
27
- "smartContainerTarget": "",
28
- "type": "isomorphic-lib",
29
- "isCoreProject": false,
30
- "useFramework": false,
31
- "required": [],
32
- "version": "v18",
33
- "isGenerated": false,
34
- "requiredServers": [],
35
- "license": "UNLICENSED",
36
- "private": false,
37
- "main": "index.js",
38
- "workerPlugins": {}
1
+ {
2
+ "resources": ["README.md"],
3
+
4
+ "overrided": {
5
+ "ignoreDepsPattern": [],
6
+ "includeAsDev": [],
7
+ "includeOnly": ["tnp-helpers"],
8
+ "dependencies": {},
9
+ "linkedFolders": [],
10
+ "npmFixes": []
11
+ },
12
+
13
+ "smartContainerBuildTarget": "",
14
+ "linkedRepos": [],
15
+
16
+ "libReleaseOptions": {
17
+ "nodts": false,
18
+ "obscure": false,
19
+ "ugly": false,
20
+ "includeNodeModules": false,
21
+ "cliBuildNoDts": false,
22
+ "cliBuildObscure": false,
23
+ "cliBuildIncludeNodeModules": false,
24
+ "cliBuildUglify": false
25
+ },
26
+
27
+ "smartContainerTarget": "",
28
+ "type": "isomorphic-lib",
29
+ "isCoreProject": false,
30
+ "useFramework": false,
31
+ "required": [],
32
+ "version": "v18",
33
+ "isGenerated": false,
34
+ "requiredServers": [],
35
+ "license": "UNLICENSED",
36
+ "private": false,
37
+ "main": "index.js",
38
+ "workerPlugins": {}
39
39
  }
package/package.json CHANGED
@@ -39,17 +39,17 @@
39
39
  "workerPlugins": {}
40
40
  },
41
41
  "name": "magic-renamer",
42
- "version": "18.0.2",
42
+ "version": "18.0.4",
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": "~18.0.2"
49
+ "tnp-helpers": "~18.0.4"
50
50
  },
51
51
  "devDependencies": {},
52
52
  "private": false,
53
- "lastBuildTagHash": "ff7e746e718f13a101a3b9d5efca4e9cdc358387",
54
- "main": "index.js"
53
+ "lastBuildTagHash": "2bfec3a05ba7f77c9cf1b0d1b06ec805e70be76d",
54
+ "main": "dist/app.electron.js"
55
55
  }
@@ -43,14 +43,14 @@
43
43
  "workerPlugins": {}
44
44
  },
45
45
  "name": "magic-renamer",
46
- "version": "18.0.2",
46
+ "version": "18.0.4",
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": "~18.0.2"
53
+ "tnp-helpers": "~18.0.4"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@angular-builders/custom-webpack": "~18.0.0",
@@ -110,7 +110,7 @@
110
110
  "@types/diff": "5.2.1",
111
111
  "@types/express": "4.17.21",
112
112
  "@types/express-fileupload": "1.5.0",
113
- "@types/fs-extra": "11.0.4",
113
+ "@types/fs-extra": "7.0.0",
114
114
  "@types/glob": "5.0.35",
115
115
  "@types/http-proxy": "1.17.15",
116
116
  "@types/http-proxy-middleware": "1.0.0",
@@ -126,7 +126,7 @@
126
126
  "@types/password-hash": "1.2.24",
127
127
  "@types/progress": "2.0.7",
128
128
  "@types/q": "1.5.8",
129
- "@types/rimraf": "4.0.5",
129
+ "@types/rimraf": "2.0.2",
130
130
  "@types/semver": "7.5.8",
131
131
  "@types/systeminformation": "3.54.1",
132
132
  "@types/vinyl": "2.0.12",
@@ -139,7 +139,7 @@
139
139
  "angular-material-css-vars": "7.0.0",
140
140
  "angular-resize-event": "3.2.0",
141
141
  "animate.css": "4.1.1",
142
- "any-project-cli": "~18.0.2",
142
+ "any-project-cli": "~18.0.4",
143
143
  "app-root-path": "3.1.0",
144
144
  "axios": "1.7.3",
145
145
  "background-worker-process": "~16.100.10",
@@ -173,9 +173,9 @@
173
173
  "dateformat": "3.0.3",
174
174
  "detect-mocha": "0.1.0",
175
175
  "diff": "4.0.2",
176
- "electron": "31.3.1",
177
- "electron-builder": "24.13.3",
178
- "electron-debug": "4.0.0",
176
+ "electron": "25.2.0",
177
+ "electron-builder": "24.4.0",
178
+ "electron-debug": "3.2.0",
179
179
  "electron-reloader": "1.2.3",
180
180
  "element-resize-detector": "1.2.4",
181
181
  "enquirer": "2.4.1",
@@ -195,17 +195,17 @@
195
195
  "file-saver": "2.0.5",
196
196
  "file-type": "19.1.1",
197
197
  "firedev": "^18",
198
- "firedev-crud": "~16.444.15",
199
- "firedev-crud-deamon": "~18.0.2",
200
- "firedev-ports": "~16.444.15",
201
- "firedev-storage": "~16.444.11",
202
- "firedev-type-sql": "~18.0.1",
203
- "firedev-typeorm": "~16.444.11",
204
- "firedev-ui": "~16.444.1",
198
+ "firedev-crud": "~18.0.2",
199
+ "firedev-crud-deamon": "~18.0.4",
200
+ "firedev-ports": "~18.0.2",
201
+ "firedev-storage": "~18.0.2",
202
+ "firedev-type-sql": "~18.0.3",
203
+ "firedev-typeorm": "~18.0.2",
204
+ "firedev-ui": "~18.0.3",
205
205
  "fkill": "6.1.0",
206
206
  "font-awesome": "4.7.0",
207
207
  "form-data": "4.0.0",
208
- "fs-extra": "11.1.1",
208
+ "fs-extra": "8.1.0",
209
209
  "fuzzy": "0.1.3",
210
210
  "glob": "7.1.2",
211
211
  "google-libphonenumber": "3.2.38",
@@ -219,11 +219,11 @@
219
219
  "image-focus": "1.2.1",
220
220
  "immer": "10.0.2",
221
221
  "immutable": "4.3.7",
222
- "incremental-compiler": "~18.0.2",
222
+ "incremental-compiler": "~18.0.4",
223
223
  "inquirer": "7.3.3",
224
224
  "inquirer-autocomplete-prompt": "1.3.0",
225
225
  "is-elevated": "3.0.0",
226
- "isomorphic-region-loader": "~18.0.1",
226
+ "isomorphic-region-loader": "~18.0.3",
227
227
  "istanbul-instrumenter-loader": "3.0.1",
228
228
  "jest": "29.7.0",
229
229
  "jest-date-mock": "1.0.10",
@@ -234,8 +234,8 @@
234
234
  "joi": "17.13.3",
235
235
  "jscodeshift": "0.6.3",
236
236
  "json-stringify-safe": "5.0.1",
237
- "json10": "~18.0.1",
238
- "json10-writer": "~18.0.2",
237
+ "json10": "~18.0.3",
238
+ "json10-writer": "~18.0.4",
239
239
  "json5": "2.2.3",
240
240
  "json5-writer": "0.2.0",
241
241
  "jszip": "3.10.1",
@@ -244,9 +244,9 @@
244
244
  "localforage": "1.10.0",
245
245
  "lockfile": "1.0.4",
246
246
  "lodash": "4.17.21",
247
- "lodash-walk-object": "~18.0.1",
247
+ "lodash-walk-object": "~18.0.3",
248
248
  "lowdb": "7.0.1",
249
- "magic-renamer": "~18.0.1",
249
+ "magic-renamer": "~18.0.3",
250
250
  "material-design-icons": "3.0.1",
251
251
  "method-override": "2.3.10",
252
252
  "minimist": "1.2.8",
@@ -257,10 +257,10 @@
257
257
  "ng-in-viewport": "16.1.0",
258
258
  "ng-lock": "18.0.1",
259
259
  "ng-packagr": "18.1.0",
260
- "ng-talkback": "~16.444.7",
261
- "ng2-logger": "~18.0.4",
260
+ "ng-talkback": "~18.0.2",
261
+ "ng2-logger": "~18.0.6",
262
262
  "ng2-pdfjs-viewer": "18.0.0",
263
- "ng2-rest": "~18.0.1",
263
+ "ng2-rest": "~18.0.3",
264
264
  "ngx-ace-wrapper": "17.0.0",
265
265
  "ngx-editor": "17.5.4",
266
266
  "ngx-highlightjs": "12.0.0",
@@ -273,7 +273,7 @@
273
273
  "ngx-scrolltop": "18.0.0",
274
274
  "ngx-store": "3.1.1",
275
275
  "ngx-typed-js": "2.1.1",
276
- "node-cli-tester": "~16.444.7",
276
+ "node-cli-tester": "~18.0.2",
277
277
  "node-localstorage": "2.1.6",
278
278
  "node-notifier": "10.0.1",
279
279
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -282,12 +282,13 @@
282
282
  "npm-run": "4.1.2",
283
283
  "omelette": "0.4.17",
284
284
  "open": "10.0.4",
285
- "ora": "8.0.1",
285
+ "ora": "3.4.0",
286
286
  "passport": "0.7.0",
287
287
  "passport-http-bearer": "1.0.1",
288
288
  "password-hash": "1.2.2",
289
289
  "path-to-regexp": "6.2.2",
290
290
  "pica": "9.0.1",
291
+ "playwright": "1.43.1",
291
292
  "portfinder": "1.0.21",
292
293
  "prettier": "3.3.3",
293
294
  "prettier-eslint": "16.3.0",
@@ -302,7 +303,7 @@
302
303
  "q": "1.5.1",
303
304
  "rallax.js": "2.0.4",
304
305
  "randomcolor": "0.5.3",
305
- "record-replay-req-res-scenario": "~16.444.7",
306
+ "record-replay-req-res-scenario": "~18.0.2",
306
307
  "reflect-metadata": "0.2.2",
307
308
  "rimraf": "2.6.2",
308
309
  "rxjs": "~7.8.1",
@@ -314,7 +315,7 @@
314
315
  "socket.io-client": "4.7.5",
315
316
  "sort-package-json": "1.11.0",
316
317
  "sql.js": "1.8.0",
317
- "static-columns": "~16.444.10",
318
+ "static-columns": "~18.0.4",
318
319
  "string-similarity": "4.0.4",
319
320
  "sudo-block": "3.0.0",
320
321
  "supertest": "7.0.0",
@@ -322,12 +323,12 @@
322
323
  "systeminformation": "3.45.7",
323
324
  "task.js": "0.1.5",
324
325
  "threads": "1.7.0",
325
- "tnp": "~18.0.1",
326
- "tnp-cli": "~16.444.7",
327
- "tnp-config": "~18.0.4",
328
- "tnp-core": "~18.0.26",
329
- "tnp-db": "~18.0.2",
330
- "tnp-models": "~18.0.3",
326
+ "tnp": "~18.0.3",
327
+ "tnp-cli": "~18.0.2",
328
+ "tnp-config": "~18.0.6",
329
+ "tnp-core": "~18.0.28",
330
+ "tnp-db": "~18.0.4",
331
+ "tnp-models": "~18.0.5",
331
332
  "ts-debug": "1.3.0",
332
333
  "ts-json-schema-generator": "2.3.0-next.5",
333
334
  "ts-loader": "2.3.1",
@@ -338,13 +339,13 @@
338
339
  "typedoc": "0.26.5",
339
340
  "typedoc-plugin-markdown": "4.2.3",
340
341
  "typescript": "~5.5.4",
341
- "typescript-class-helpers": "~18.0.3",
342
+ "typescript-class-helpers": "~18.0.5",
342
343
  "typescript-formatter": "~7.2.2",
343
344
  "underscore": "1.13.7",
344
345
  "uuid": "10.0.0",
345
346
  "validator": "13.5.2",
346
347
  "video.js": "8.3.0",
347
- "vpn-split": "~16.444.7",
348
+ "vpn-split": "~18.0.2",
348
349
  "vscode": "1.1.37",
349
350
  "wait-on": "7.0.1",
350
351
  "watch": "1.0.2",
@@ -355,18 +356,18 @@
355
356
  "zone.js": "~0.13.0"
356
357
  },
357
358
  "private": false,
358
- "lastBuildTagHash": "ff7e746e718f13a101a3b9d5efca4e9cdc358387",
359
+ "lastBuildTagHash": "2bfec3a05ba7f77c9cf1b0d1b06ec805e70be76d",
359
360
  "main": "dist/app.electron.js"
360
361
  },
361
362
  "build": {
362
- "number": 277,
363
- "date": "2024-08-12T19:20:07.000Z",
364
- "hash": "e4477535f5531b764199e7db36528b24be820319"
363
+ "number": 279,
364
+ "date": "2024-08-13T18:42:56.000Z",
365
+ "hash": "8c7cd2285d2d33d95ad684066d66b284a0b0728a"
365
366
  },
366
367
  "currentProjectName": "magic-renamer",
367
368
  "currentProjectGenericName": "magic-renamer",
368
369
  "currentProjectType": "isomorphic-lib",
369
- "currentFrameworkVersion": "18.0.1",
370
+ "currentFrameworkVersion": "18.0.3",
370
371
  "isStandaloneProject": true,
371
372
  "isSmartContainer": false,
372
373
  "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.