@pd4castr/cli 1.1.0 → 1.3.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 +4 -2
- package/dist/index.js +508 -288
- package/package.json +29 -47
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# pd4castr CLI
|
|
2
2
|
|
|
3
|
-
CLI tool for creating, testing, and publishing
|
|
3
|
+
CLI tool for creating, testing, and publishing
|
|
4
|
+
[pd4castr](https://pdview.com.au/services/pd4castr/) models.
|
|
4
5
|
|
|
5
6
|
Install via:
|
|
6
7
|
|
|
@@ -8,7 +9,8 @@ Install via:
|
|
|
8
9
|
npm install -g @pd4castr/cli
|
|
9
10
|
```
|
|
10
11
|
|
|
11
|
-
Read the
|
|
12
|
+
Read the
|
|
13
|
+
[full documentation here](https://github.com/pipelabs/pd4castr-model-examples/)
|
|
12
14
|
|
|
13
15
|
## Quick Usage
|
|
14
16
|
|