Add README files to each package

This commit is contained in:
Nick O'Leary
2018-08-21 13:43:11 +01:00
parent 36dc1d2f97
commit 0ddb4c625d
9 changed files with 145 additions and 5 deletions

12
packages/node_modules/@node-red/editor-api/README.md generated vendored Normal file
View 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).

View 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
View 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
View 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
View 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
View 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).