split terminus-local out of terminus-terminal

This commit is contained in:
Eugene Pankov
2021-05-16 17:36:33 +02:00
parent 7506670dfb
commit 3ef4a8aa73
83 changed files with 1315 additions and 625 deletions

View File

@@ -4,23 +4,3 @@ Terminus Terminal Plugin
* terminal tabs
* terminal frontends
* session management
* shell detection
Using the API:
```ts
import { ShellProvider } from 'terminus-terminal'
```
Exporting your subclasses:
```ts
@NgModule({
...
providers: [
...
{ provide: ShellProvider, useClass: MyShellPlugin, multi: true },
...
]
})
```