mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
project rename
This commit is contained in:
23
tabby-local/README.md
Normal file
23
tabby-local/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
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 },
|
||||
...
|
||||
]
|
||||
})
|
||||
```
|
Reference in New Issue
Block a user