Back to Tabby

Tabby Local Plugin

tabby-local/README.md

1.0.232272 B
Original Source

Tabby Local Plugin

  • local shells

Using the API:

ts
import { ShellProvider } from 'tabby-local'

Exporting your subclasses:

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