Skip to content

nasa/openmct-legacy-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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-plugin

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 OpenMCTLegacyPlugin from 'openmct-legacy-plugin'

openmct.install(OpenMCTLegacyPlugin());

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published