@progress/kendo-cli 1.10.0-develop.1 → 1.11.0-develop.1
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 +77 -0
- package/dist/index.js +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -274,6 +274,83 @@ Options:
|
|
|
274
274
|
[string] [choices: "default", "bootstrap", "material", "fluent"] [default: "default"]
|
|
275
275
|
```
|
|
276
276
|
|
|
277
|
+
## Kendo Angular Project Generator
|
|
278
|
+
|
|
279
|
+
To use ***Kendo UI for Angular*** and create a new ***Angular*** project using ***our new project template***:
|
|
280
|
+
|
|
281
|
+
1. ***Blank Template*** - A simple Angular project with no pages with included Kendo UI for Angular scripts and stylesheets.
|
|
282
|
+
|
|
283
|
+
``` bash
|
|
284
|
+
# Create Kendo UI for Angular app with Blank Template
|
|
285
|
+
npx kendo angular create aba MyAngularBlankApp
|
|
286
|
+
```
|
|
287
|
+
|
|
288
|
+
### Options
|
|
289
|
+
|
|
290
|
+
Theme options:
|
|
291
|
+
|
|
292
|
+
- `--theme=default`
|
|
293
|
+
- `--theme=bootstrap`
|
|
294
|
+
- `--theme=material`
|
|
295
|
+
- `--theme=fluent`
|
|
296
|
+
|
|
297
|
+
Swatch options:
|
|
298
|
+
|
|
299
|
+
- `--swatch=default-main`
|
|
300
|
+
- `--swatch=default-main-dark`
|
|
301
|
+
- `--swatch=default-nordic`
|
|
302
|
+
- `--swatch=default-purple`
|
|
303
|
+
- `--swatch=default-turquoise`
|
|
304
|
+
- `--swatch=default-ocean-blue`
|
|
305
|
+
- `--swatch=default-ocean-blue-a11y`
|
|
306
|
+
- `--swatch=fluent-main`
|
|
307
|
+
- `--swatch=fluent-main-dark`
|
|
308
|
+
- `--swatch=bootstrap-main`
|
|
309
|
+
- `--swatch=bootstrap-main-dark`
|
|
310
|
+
- `--swatch=bootstrap-nordic`
|
|
311
|
+
- `--swatch=bootstrap-urban`
|
|
312
|
+
- `--swatch=bootstrap-vintage`
|
|
313
|
+
- `--swatch=material-main`
|
|
314
|
+
- `--swatch=material-main-dark`
|
|
315
|
+
- `--swatch=material-arctic`
|
|
316
|
+
- `--swatch=material-lime-dark`
|
|
317
|
+
- `--swatch=material-nova`
|
|
318
|
+
|
|
319
|
+
### Build and Run
|
|
320
|
+
|
|
321
|
+
After the project is generated, navigate into the new directory, install packages, build and run:
|
|
322
|
+
|
|
323
|
+
```bash
|
|
324
|
+
cd MyAngularBlankApp
|
|
325
|
+
npm install
|
|
326
|
+
ng build
|
|
327
|
+
ng serve
|
|
328
|
+
```
|
|
329
|
+
|
|
330
|
+
### Kendo UI for Angular Project Generator Synopsis
|
|
331
|
+
|
|
332
|
+
```
|
|
333
|
+
|
|
334
|
+
Create a new Kendo UI for Angular app.
|
|
335
|
+
|
|
336
|
+
Commands:
|
|
337
|
+
kendo angular create aba [name] Create Angular Blank app
|
|
338
|
+
|
|
339
|
+
Options:
|
|
340
|
+
-h, --help Show help [boolean]
|
|
341
|
+
--version Show version number [boolean]
|
|
342
|
+
-v, --verbose Set verbosity level, e.g. -vvv sets verbosity to level 3. max
|
|
343
|
+
5. [count] [default: 1]
|
|
344
|
+
-q, --quiet Silence output as much as possible. Sets verbosity to level 0.
|
|
345
|
+
[boolean] [default: false]
|
|
346
|
+
--theme Kendo theme to apply.
|
|
347
|
+
[string] [choices: "default", "bootstrap", "material", "fluent"] [default: "default"]
|
|
348
|
+
--swatch Kendo theme swatch to apply.
|
|
349
|
+
[string] [choices: "default-main", "default-main-dark", "default-nordic", "default-purple", "default-turquoise", "default-ocean-blue", "default-ocean-blue-a11y",
|
|
350
|
+
"fluent-main", "fluent-main-dark", "bootstrap-main", "bootstrap-main-dark", "bootstrap-nordic", "bootstrap-urban", "bootstrap-vintage",
|
|
351
|
+
"material-main", "material-main-dark", "material-arctic", "material-lime-dark", "material-nova"]
|
|
352
|
+
```
|
|
353
|
+
|
|
277
354
|
## Assisted Migration
|
|
278
355
|
|
|
279
356
|
### Overview
|
package/dist/index.js
CHANGED
|
@@ -83088,7 +83088,7 @@ module.exports = /*#__PURE__*/JSON.parse('{"title":"jsa","description":"Create j
|
|
|
83088
83088
|
/***/ ((module) => {
|
|
83089
83089
|
|
|
83090
83090
|
"use strict";
|
|
83091
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@progress/kendo-cli","version":"0.0.0-semantically.released","description":"","repository":{"type":"git","url":"git+https://github.com/telerik/kendo-cli.git"},"publishConfig":{"access":"public"},"scripts":{"prepare":"node prepare.cjs","dev":"webpack --watch","build":"webpack && npm pack && copyfiles --flat --error --verbose progress-kendo-cli-*.tgz ../dist","test":"jest","semantic-release":"node ../../tools/copy-legal.mjs && semantic-release"},"author":"Progress","private":false,"license":"SEE LICENSE IN LICENSE.md","dependencies":{"jscodeshift":"17.1.1","node-html-parser":"^7.0.1"},"devDependencies":{"@commitlint/config-conventional":"^18.4.3","@inquirer/prompts":"^7.2.0","@jest/globals":"^29.3.1","@telerik/call-home":"^5.1.11","@telerik/jquery-scaffolders":"1.0.0","@telerik/machine-id":"^1.6.13","@telerik/package-manager":"*","@telerik/react-scaffolders":"1.0.0","@telerik/scaffolding":"1.0.0","@telerik/vue-scaffolders":"1.0.0","@types/jscodeshift":"^0.12.0","@types/node":"^18.11.10","@types/semver":"^7.5.6","@types/yargs":"^17.0.15","binary-base64-loader":"^1.0.0","copyfiles":"^2.4.1","jest":"^29.3.1","json-loader":"^0.5.7","raw-loader":"^4.0.2","semver":"^7.5.4","ts-loader":"^9.5.1","typescript":"^4.9.3","vscode-diff":"^2.0.2","webpack":"^5.89.0","webpack-cli":"^5.1.4","webpack-shebang-plugin":"^1.1.8","yargs":"^17.6.2","yocto-spinner":"^0.1.2"},"bin":{"kendo":"dist/index.js"},"jest":{"preset":"ts-jest"},"files":["package.json","README.md","LICENSE.md","NOTICE.txt","dist/*"]}');
|
|
83091
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@progress/kendo-cli","version":"0.0.0-semantically.released","description":"","repository":{"type":"git","url":"git+https://github.com/telerik/kendo-cli.git"},"publishConfig":{"access":"public"},"scripts":{"prepare":"node prepare.cjs","dev":"webpack --watch","build":"webpack && npm pack && copyfiles --flat --error --verbose progress-kendo-cli-*.tgz ../dist","test":"jest","semantic-release":"node ../../tools/copy-legal.mjs && semantic-release"},"author":"Progress","private":false,"license":"SEE LICENSE IN LICENSE.md","dependencies":{"jscodeshift":"17.1.1","node-html-parser":"^7.0.1"},"devDependencies":{"@commitlint/config-conventional":"^18.4.3","@inquirer/prompts":"^7.2.0","@jest/globals":"^29.3.1","@telerik/call-home":"^5.1.11","@telerik/jquery-scaffolders":"1.0.0","@telerik/machine-id":"^1.6.13","@telerik/package-manager":"*","@telerik/react-scaffolders":"1.0.0","@telerik/angular-scaffolders":"1.0.0","@telerik/scaffolding":"1.0.0","@telerik/vue-scaffolders":"1.0.0","@types/jscodeshift":"^0.12.0","@types/node":"^18.11.10","@types/semver":"^7.5.6","@types/yargs":"^17.0.15","binary-base64-loader":"^1.0.0","copyfiles":"^2.4.1","jest":"^29.3.1","json-loader":"^0.5.7","raw-loader":"^4.0.2","semver":"^7.5.4","ts-loader":"^9.5.1","typescript":"^4.9.3","vscode-diff":"^2.0.2","webpack":"^5.89.0","webpack-cli":"^5.1.4","webpack-shebang-plugin":"^1.1.8","yargs":"^17.6.2","yocto-spinner":"^0.1.2"},"bin":{"kendo":"dist/index.js"},"jest":{"preset":"ts-jest"},"files":["package.json","README.md","LICENSE.md","NOTICE.txt","dist/*"]}');
|
|
83092
83092
|
|
|
83093
83093
|
/***/ }),
|
|
83094
83094
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0-develop.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"@telerik/machine-id": "^1.6.13",
|
|
33
33
|
"@telerik/package-manager": "*",
|
|
34
34
|
"@telerik/react-scaffolders": "1.0.0",
|
|
35
|
+
"@telerik/angular-scaffolders": "1.0.0",
|
|
35
36
|
"@telerik/scaffolding": "1.0.0",
|
|
36
37
|
"@telerik/vue-scaffolders": "1.0.0",
|
|
37
38
|
"@types/jscodeshift": "^0.12.0",
|