designix-cli 0.5.19 → 0.5.20

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
@@ -20,8 +20,6 @@ Installation
20
20
 
21
21
  ```bash
22
22
  npm i -D designix-cli
23
- npx designix-cli --help
24
- npx designix-cli
25
23
  ```
26
24
 
27
25
 
@@ -30,12 +28,14 @@ Usage
30
28
 
31
29
  ```bash
32
30
  npx designix-cli --help
31
+ npx designix-cli
33
32
  ```
34
33
 
35
34
  Usage without installation
36
35
  --------------------------
37
36
 
38
37
  ```bash
38
+ npx designix-cli
39
39
  npx --package=designix-cli designix-cli --help
40
40
  npx --package=designix-cli designix-cli versions
41
41
  npx --package=designix-cli designix-cli list-designs
@@ -6,7 +6,7 @@ import { geom_cli } from "geomcli";
6
6
  // package.json
7
7
  var package_default = {
8
8
  name: "designix-cli",
9
- version: "0.5.19",
9
+ version: "0.5.20",
10
10
  description: "The application cli as frontend of geometrix and designix",
11
11
  private: false,
12
12
  repository: {
@@ -99,6 +99,7 @@ import {
99
99
  vaxisGuidanceDef,
100
100
  rakeDef,
101
101
  rakeStopperDef,
102
+ haxisGuidanceDef,
102
103
  spiderDef,
103
104
  swingDef,
104
105
  rodDef,
@@ -119,6 +120,7 @@ var designList = {
119
120
  "heliostat/vaxis_guidance": vaxisGuidanceDef,
120
121
  "heliostat/rake": rakeDef,
121
122
  "heliostat/rake_stopper": rakeStopperDef,
123
+ "heliostat/haxis_guidance": haxisGuidanceDef,
122
124
  "heliostat/spider": spiderDef,
123
125
  "heliostat/swing": swingDef,
124
126
  "heliostat/rod": rodDef,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "designix-cli",
3
- "version": "0.5.19",
3
+ "version": "0.5.20",
4
4
  "description": "The application cli as frontend of geometrix and designix",
5
5
  "private": false,
6
6
  "repository": {