Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 273 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 273 Bytes

Tabby Local Plugin

  • local shells

Using the API:

import { ShellProvider } from 'tabby-local'

Exporting your subclasses:

@NgModule({
  ...
  providers: [
    ...
    { provide: ShellProvider, useClass: MyShellPlugin, multi: true },
    ...
  ]
})