tabby/terminus-local
2021-06-06 18:58:08 +02:00
..
src updated clink - fixes #3951 2021-06-06 18:58:08 +02:00
.gitignore
package.json Bump utils-decorators from 1.8.1 to 1.8.3 in /terminus-local 2021-06-04 04:28:38 +00:00
README.md
tsconfig.json
tsconfig.typings.json
webpack.config.js
yarn.lock Bump utils-decorators from 1.8.1 to 1.8.3 in /terminus-local 2021-06-04 04:28:38 +00:00

Terminus Local Plugin

  • local shells

Using the API:

import { ShellProvider } from 'terminus-local'

Exporting your subclasses:

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