tabby/tabby-local
Eugene Pankov 441f442915
typing fixes
2023-02-27 00:09:04 +01:00
..
src typing fixes 2023-02-27 00:09:04 +01:00
README.md bundle the clickable-links plugin with Tabby 2021-12-08 19:54:26 +01:00
package.json bumped plugins 2023-01-29 13:21:51 +01:00
tsconfig.json
tsconfig.typings.json
webpack.config.mjs bootstrap 5 WIP (#7891) 2023-02-26 20:42:31 +01:00
yarn.lock

README.md

Tabby Local Plugin

  • local shells

Using the API:

import { ShellProvider } from 'tabby-local'

Exporting your subclasses:

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