designix-cli 0.5.26 → 0.5.28
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 +11 -1
- package/dist/designix-cli.js +31 -30
- package/package.json +31 -30
package/README.md
CHANGED
|
@@ -8,11 +8,21 @@ Presentation
|
|
|
8
8
|
*designix-cli* is a *command line interface* application for using *designix*.
|
|
9
9
|
|
|
10
10
|
|
|
11
|
+
Links
|
|
12
|
+
-----
|
|
13
|
+
|
|
14
|
+
- [sources](https://github.com/charlyoleg2/parametrix)
|
|
15
|
+
- [ui](https://charlyoleg2.github.io/parametrix/)
|
|
16
|
+
- [pkg](https://www.npmjs.com/package/designix)
|
|
17
|
+
- [pkg-cli](https://www.npmjs.com/package/designix-cli)
|
|
18
|
+
- [pkg-uis](https://www.npmjs.com/package/designix-uis)
|
|
19
|
+
|
|
20
|
+
|
|
11
21
|
Requirements
|
|
12
22
|
------------
|
|
13
23
|
|
|
14
24
|
- [node](https://nodejs.org) > 20.10.0
|
|
15
|
-
- [npm](https://docs.npmjs.com/cli) > 10.
|
|
25
|
+
- [npm](https://docs.npmjs.com/cli) > 10.5.0
|
|
16
26
|
|
|
17
27
|
|
|
18
28
|
Installation
|
package/dist/designix-cli.js
CHANGED
|
@@ -6,10 +6,26 @@ import { geom_cli } from "geomcli";
|
|
|
6
6
|
// package.json
|
|
7
7
|
var package_default = {
|
|
8
8
|
name: "designix-cli",
|
|
9
|
-
version: "0.5.
|
|
9
|
+
version: "0.5.28",
|
|
10
10
|
description: "The application cli as frontend of geometrix and designix",
|
|
11
|
-
type: "module",
|
|
12
11
|
private: false,
|
|
12
|
+
repository: {
|
|
13
|
+
type: "git",
|
|
14
|
+
url: "git+https://github.com/charlyoleg2/parametrix.git"
|
|
15
|
+
},
|
|
16
|
+
homepage: "https://charlyoleg2.github.io/parametrix/",
|
|
17
|
+
author: "charlyoleg",
|
|
18
|
+
license: "ISC",
|
|
19
|
+
keywords: [
|
|
20
|
+
"cad",
|
|
21
|
+
"programmatic",
|
|
22
|
+
"2D",
|
|
23
|
+
"circle",
|
|
24
|
+
"stroke",
|
|
25
|
+
"arc",
|
|
26
|
+
"gear"
|
|
27
|
+
],
|
|
28
|
+
type: "module",
|
|
13
29
|
exports: {
|
|
14
30
|
".": {
|
|
15
31
|
types: "./dist/designix-cli.d.ts",
|
|
@@ -25,21 +41,6 @@ var package_default = {
|
|
|
25
41
|
"!dist/**/*.test.*",
|
|
26
42
|
"!dist/**/*.spec.*"
|
|
27
43
|
],
|
|
28
|
-
repository: {
|
|
29
|
-
type: "git",
|
|
30
|
-
url: "git+https://github.com/charlyoleg2/parametrix.git"
|
|
31
|
-
},
|
|
32
|
-
homepage: "https://charlyoleg2.github.io/parametrix/",
|
|
33
|
-
keywords: [
|
|
34
|
-
"cad",
|
|
35
|
-
"programmatic",
|
|
36
|
-
"2D",
|
|
37
|
-
"circle",
|
|
38
|
-
"stroke",
|
|
39
|
-
"arc",
|
|
40
|
-
"gear"
|
|
41
|
-
],
|
|
42
|
-
author: "charlyoleg",
|
|
43
44
|
tsup: {
|
|
44
45
|
entry: [
|
|
45
46
|
"src/designix-cli.ts"
|
|
@@ -50,6 +51,14 @@ var package_default = {
|
|
|
50
51
|
sourcemap: false,
|
|
51
52
|
clean: true
|
|
52
53
|
},
|
|
54
|
+
prettier: {
|
|
55
|
+
useTabs: true,
|
|
56
|
+
singleQuote: true,
|
|
57
|
+
trailingComma: "none",
|
|
58
|
+
printWidth: 100,
|
|
59
|
+
plugins: [],
|
|
60
|
+
overrides: []
|
|
61
|
+
},
|
|
53
62
|
scripts: {
|
|
54
63
|
dev: "tsup --watch",
|
|
55
64
|
build: "tsup",
|
|
@@ -65,9 +74,9 @@ var package_default = {
|
|
|
65
74
|
clean: "shx rm -fr build dist node_modules output"
|
|
66
75
|
},
|
|
67
76
|
dependencies: {
|
|
68
|
-
designix: "^0.5.
|
|
69
|
-
geomcli: "^0.5.
|
|
70
|
-
geometrix: "^0.5.
|
|
77
|
+
designix: "^0.5.36",
|
|
78
|
+
geomcli: "^0.5.38",
|
|
79
|
+
geometrix: "^0.5.35"
|
|
71
80
|
},
|
|
72
81
|
devDependencies: {
|
|
73
82
|
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
|
@@ -79,16 +88,8 @@ var package_default = {
|
|
|
79
88
|
prettier: "^3.2.5",
|
|
80
89
|
shx: "^0.3.4",
|
|
81
90
|
tsup: "^8.0.2",
|
|
82
|
-
typescript: "^5.4.
|
|
83
|
-
vitest: "^1.
|
|
84
|
-
},
|
|
85
|
-
prettier: {
|
|
86
|
-
useTabs: true,
|
|
87
|
-
singleQuote: true,
|
|
88
|
-
trailingComma: "none",
|
|
89
|
-
printWidth: 100,
|
|
90
|
-
plugins: [],
|
|
91
|
-
overrides: []
|
|
91
|
+
typescript: "^5.4.5",
|
|
92
|
+
vitest: "^1.6.0"
|
|
92
93
|
}
|
|
93
94
|
};
|
|
94
95
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "designix-cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.28",
|
|
4
4
|
"description": "The application cli as frontend of geometrix and designix",
|
|
5
|
-
"type": "module",
|
|
6
5
|
"private": false,
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/charlyoleg2/parametrix.git"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://charlyoleg2.github.io/parametrix/",
|
|
11
|
+
"author": "charlyoleg",
|
|
12
|
+
"license": "ISC",
|
|
13
|
+
"keywords": [
|
|
14
|
+
"cad",
|
|
15
|
+
"programmatic",
|
|
16
|
+
"2D",
|
|
17
|
+
"circle",
|
|
18
|
+
"stroke",
|
|
19
|
+
"arc",
|
|
20
|
+
"gear"
|
|
21
|
+
],
|
|
22
|
+
"type": "module",
|
|
7
23
|
"exports": {
|
|
8
24
|
".": {
|
|
9
25
|
"types": "./dist/designix-cli.d.ts",
|
|
@@ -19,21 +35,6 @@
|
|
|
19
35
|
"!dist/**/*.test.*",
|
|
20
36
|
"!dist/**/*.spec.*"
|
|
21
37
|
],
|
|
22
|
-
"repository": {
|
|
23
|
-
"type": "git",
|
|
24
|
-
"url": "git+https://github.com/charlyoleg2/parametrix.git"
|
|
25
|
-
},
|
|
26
|
-
"homepage": "https://charlyoleg2.github.io/parametrix/",
|
|
27
|
-
"keywords": [
|
|
28
|
-
"cad",
|
|
29
|
-
"programmatic",
|
|
30
|
-
"2D",
|
|
31
|
-
"circle",
|
|
32
|
-
"stroke",
|
|
33
|
-
"arc",
|
|
34
|
-
"gear"
|
|
35
|
-
],
|
|
36
|
-
"author": "charlyoleg",
|
|
37
38
|
"tsup": {
|
|
38
39
|
"entry": [
|
|
39
40
|
"src/designix-cli.ts"
|
|
@@ -44,6 +45,14 @@
|
|
|
44
45
|
"sourcemap": false,
|
|
45
46
|
"clean": true
|
|
46
47
|
},
|
|
48
|
+
"prettier": {
|
|
49
|
+
"useTabs": true,
|
|
50
|
+
"singleQuote": true,
|
|
51
|
+
"trailingComma": "none",
|
|
52
|
+
"printWidth": 100,
|
|
53
|
+
"plugins": [],
|
|
54
|
+
"overrides": []
|
|
55
|
+
},
|
|
47
56
|
"scripts": {
|
|
48
57
|
"dev": "tsup --watch",
|
|
49
58
|
"build": "tsup",
|
|
@@ -59,9 +68,9 @@
|
|
|
59
68
|
"clean": "shx rm -fr build dist node_modules output"
|
|
60
69
|
},
|
|
61
70
|
"dependencies": {
|
|
62
|
-
"designix": "^0.5.
|
|
63
|
-
"geomcli": "^0.5.
|
|
64
|
-
"geometrix": "^0.5.
|
|
71
|
+
"designix": "^0.5.36",
|
|
72
|
+
"geomcli": "^0.5.38",
|
|
73
|
+
"geometrix": "^0.5.35"
|
|
65
74
|
},
|
|
66
75
|
"devDependencies": {
|
|
67
76
|
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
|
@@ -73,15 +82,7 @@
|
|
|
73
82
|
"prettier": "^3.2.5",
|
|
74
83
|
"shx": "^0.3.4",
|
|
75
84
|
"tsup": "^8.0.2",
|
|
76
|
-
"typescript": "^5.4.
|
|
77
|
-
"vitest": "^1.
|
|
78
|
-
},
|
|
79
|
-
"prettier": {
|
|
80
|
-
"useTabs": true,
|
|
81
|
-
"singleQuote": true,
|
|
82
|
-
"trailingComma": "none",
|
|
83
|
-
"printWidth": 100,
|
|
84
|
-
"plugins": [],
|
|
85
|
-
"overrides": []
|
|
85
|
+
"typescript": "^5.4.5",
|
|
86
|
+
"vitest": "^1.6.0"
|
|
86
87
|
}
|
|
87
88
|
}
|