@public-ui/kolibri-cli 3.0.1 → 3.0.2-1e1d8522b9f6826d286c64e7859e0ac6d14b13a9.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/README.md +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# KoliBri - CLI-Tools
|
|
2
2
|
|
|
3
|
+
Command line utilities to help maintain and migrate KoliBri projects.
|
|
4
|
+
|
|
3
5
|
[](https://www.npmjs.com/package/@public-ui/components)
|
|
4
6
|
[](https://github.com/public-ui/kolibri/blob/main/LICENSE)
|
|
5
7
|
[](https://www.npmjs.com/package/@public-ui/kolibri-cli)
|
|
@@ -11,6 +13,7 @@
|
|
|
11
13
|
## Motivation
|
|
12
14
|
|
|
13
15
|
The `KoliBri` CLI-Tools are a collection of tools to support the development with `KoliBri` components.
|
|
16
|
+
They also help migrating projects when new components or design tokens are introduced.
|
|
14
17
|
|
|
15
18
|
## Installation
|
|
16
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/kolibri-cli",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2-1e1d8522b9f6826d286c64e7859e0ac6d14b13a9.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"prettier": "3.5.3",
|
|
30
30
|
"semver": "7.7.2",
|
|
31
31
|
"typed-bem": "1.0.0-rc.7",
|
|
32
|
-
"@public-ui/components": "3.0.
|
|
32
|
+
"@public-ui/components": "3.0.2-1e1d8522b9f6826d286c64e7859e0ac6d14b13a9.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "24.0.1",
|