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

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