Skip to content

akhenry/openmct-legacy-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Legacy Support for Open MCT

This is a plugin for NASA's Open MCT project. When installed this plugin adds support for Open MCT's legacy API and plugins, all of which have now been removed from the main Open MCT repository.

We strongly encourage users to migrate to our modern API.

Installing

From the command line

npm install --save-dev nasa/openmct-legacy-support

In your code

Note that this plugin will need to be installed before any plugins or code that make use of the legacy API.

import OpenMCTLegacySupport from 'openmct-legacy-support'

openmct.install(OpenMCTLegacySupport());