Added brief readmes for all plugins. (#2184)

This commit is contained in:
Andrew Henry
2018-10-03 18:55:27 -07:00
committed by GitHub
parent ca16892237
commit e9643ad07f
14 changed files with 138 additions and 72 deletions

View File

@@ -0,0 +1,8 @@
# My Items plugin
Defines top-level folder named "My Items" to store user-created items. Enabled by default, this can be disabled in a
read-only deployment with no user-editable objects.
## Installation
```js
openmct.install(openmct.plugins.MyItems());
```