Skip to content

davetsay/openmct-legacy-support

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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());

About

Support for Open MCT Legacy API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.4%
  • HTML 7.5%
  • SCSS 0.1%