@tbrandenburg/node-red-cli 0.2.5 → 0.2.7

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.
Files changed (2) hide show
  1. package/README.md +9 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,6 +34,15 @@ node-red-cli test/fixtures/flows.json calculate \
34
34
  This turns Node-RED from a visual automation tool into a reusable runtime
35
35
  building block for scripts, services, pipelines, and developer tooling. 🧩
36
36
 
37
+ ## Install 📦
38
+
39
+ ```bash
40
+ npm install -g @tbrandenburg/node-red-cli
41
+ ```
42
+
43
+ This installs the `node-red-cli` command globally, ready to use against
44
+ any Node-RED flow file (see [Quick start](#quick-start-) below).
45
+
37
46
  ## The idea 💡
38
47
 
39
48
  An existing flow becomes a clean input/output interface:
@@ -99,15 +108,6 @@ test/e2e/ Full round trip through the example flow
99
108
  test/fixtures/ Example Node-RED flow used as a test asset
100
109
  ```
101
110
 
102
- ## Install 📦
103
-
104
- ```bash
105
- npm install -g @tbrandenburg/node-red-cli
106
- ```
107
-
108
- This installs the `node-red-cli` command globally, ready to use against
109
- any Node-RED flow file (see [Quick start](#quick-start-) below).
110
-
111
111
  ## Quick start 🚀
112
112
 
113
113
  To build and run from a repo checkout instead (e.g. for contributing):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tbrandenburg/node-red-cli",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "Call existing Node-RED flows from Node.js and the command line",
5
5
  "main": "src/link-call.js",
6
6
  "bin": {