Skip to content

Files

Latest commit

a9515d3 · Sep 6, 2021

History

History
This branch is 2200 commits behind Eugeny/tabby:master.

tabby-local

Tabby Local Plugin

  • local shells

Using the API:

import { ShellProvider } from 'tabby-local'

Exporting your subclasses:

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