mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add README files to each package
This commit is contained in:
12
packages/node_modules/@node-red/editor-api/README.md
generated
vendored
Normal file
12
packages/node_modules/@node-red/editor-api/README.md
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
@node-red/editor-api
|
||||
====================
|
||||
|
||||
Node-RED editor api module.
|
||||
|
||||
This provides an Express application that can be used to serve the Node-RED
|
||||
editor.
|
||||
|
||||
|
||||
### Source
|
||||
|
||||
The main Node-RED modules are maintained as a monorepo on [GitHub](https://github.com/node-red/node-red).
|
10
packages/node_modules/@node-red/editor-client/README.md
generated
vendored
Normal file
10
packages/node_modules/@node-red/editor-client/README.md
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
@node-red/editor-client
|
||||
====================
|
||||
|
||||
Node-RED editor resources module.
|
||||
|
||||
This provides all of the client-side resources of the Node-RED editor application.
|
||||
|
||||
### Source
|
||||
|
||||
The main Node-RED modules are maintained as a monorepo on [GitHub](https://github.com/node-red/node-red).
|
10
packages/node_modules/@node-red/nodes/README.md
generated
vendored
Normal file
10
packages/node_modules/@node-red/nodes/README.md
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
@node-red/nodes
|
||||
====================
|
||||
|
||||
Node-RED core nodes module.
|
||||
|
||||
This provides all of the core Node-RED nodes.
|
||||
|
||||
### Source
|
||||
|
||||
The main Node-RED modules are maintained as a monorepo on [GitHub](https://github.com/node-red/node-red).
|
11
packages/node_modules/@node-red/registry/README.md
generated
vendored
Normal file
11
packages/node_modules/@node-red/registry/README.md
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
@node-red/registry
|
||||
====================
|
||||
|
||||
Node-RED node registry module.
|
||||
|
||||
This provides the node registry, responsible for discovering and managing the node
|
||||
modules available to the Node-RED runtime.
|
||||
|
||||
### Source
|
||||
|
||||
The main Node-RED modules are maintained as a monorepo on [GitHub](https://github.com/node-red/node-red).
|
11
packages/node_modules/@node-red/runtime/README.md
generated
vendored
Normal file
11
packages/node_modules/@node-red/runtime/README.md
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
@node-red/runtime
|
||||
====================
|
||||
|
||||
Node-RED runtime module.
|
||||
|
||||
This provides the core flow engine of Node-RED. It is the main entry point for
|
||||
the runtime.
|
||||
|
||||
### Source
|
||||
|
||||
The main Node-RED modules are maintained as a monorepo on [GitHub](https://github.com/node-red/node-red).
|
10
packages/node_modules/@node-red/util/README.md
generated
vendored
Normal file
10
packages/node_modules/@node-red/util/README.md
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
@node-red/util
|
||||
====================
|
||||
|
||||
Node-RED utilities module.
|
||||
|
||||
This provides common utilities shared by the Node-RED components.
|
||||
|
||||
### Source
|
||||
|
||||
The main Node-RED modules are maintained as a monorepo on [GitHub](https://github.com/node-red/node-red).
|
Reference in New Issue
Block a user