@gregoriusrippenstein/node-red-contrib-nodedev 0.5.6 → 0.5.8
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
|
@@ -16,7 +16,7 @@ Imagine a [continous integration](https://en.wikipedia.org/wiki/Continuous_integ
|
|
|
16
16
|
- A `NodeFactory` node that can create templates for node development. It also converts existing `.tgz` packages to `PkgFile` nodes, meaning that existing packages can easily be ported to this style of development.
|
|
17
17
|
- A `NpmPublish` allows node packages to be published to a node registry, for example [npmjs](https://www.npmjs.com/). The NpmPublish can also be used to publish to private registries, for example, those based on [Verdaccio](https://verdaccio.org/).
|
|
18
18
|
- A `OTPGenerate` node can be used to generate an One Time Password (OTP) for publishing nodes to registries. For example the NPMjs.com registry.
|
|
19
|
-
- The `NodeDevOps` node controls what is done, i.e., install package locally, commit to GitHub or publish to Npm. For these operations to work, a support [flow](https://flowhub.org/f/d0506e991d512ace) needs to be installed in Node-RED. This
|
|
19
|
+
- The `NodeDevOps` node controls what is done, i.e., install package locally, commit to GitHub or publish to Npm. For these operations to work, a support [flow](https://flowhub.org/f/d0506e991d512ace) needs to be installed in Node-RED. This flow is included in the example flows of this package - see below for more details.
|
|
20
20
|
|
|
21
21
|
*This is all very confusing?*
|
|
22
22
|
|
|
@@ -62,6 +62,14 @@ Examples are included:
|
|
|
62
62
|
- The [FlowHub node package](https://flowhub.org/f/4a831589774ecb04) is developed using the NodeDev nodes
|
|
63
63
|
- Also the [introspection node package](https://flowhub.org/f/d73d76db3df96ba2) uses the NodeDev nodes
|
|
64
64
|
|
|
65
|
+
### Support Flow
|
|
66
|
+
|
|
67
|
+
In the examples directory there is a flow that supports commits to GitHub and package updates to NPMjs. This flow can be imported using the import dialog under the examples flow:
|
|
68
|
+
|
|
69
|
+

|
|
70
|
+
|
|
71
|
+
The flow is also hosted at [FlowHub](https://flowhub.org/f/d0506e991d512ace).
|
|
72
|
+
|
|
65
73
|
### Config node with sidebar
|
|
66
74
|
|
|
67
75
|
The following [animation](https://cdn.openmindmap.org/content/1697462227098_confignode2.gif) shows how the example of a config node with sidebar button works:
|