Eugene Pankov 6d89d7a8d0 lint 4 år sedan
..
src 6d89d7a8d0 lint 4 år sedan
.gitignore 0ea346a6ae wip 8 år sedan
README.md 6c8d00eb16 don't mention legacy API in README 5 år sedan
package.json 2f2dd442ad build fix 4 år sedan
tsconfig.json 39bbe54992 refactoring, build fix 6 år sedan
tsconfig.typings.json 37a7d32bc8 copy as html if possible (fixes #503) 6 år sedan
webpack.config.js 8bfc86e623 bundle size opt 4 år sedan
yarn.lock 2f2dd442ad build fix 4 år sedan

README.md

Terminus Terminal Plugin

  • terminal tabs
  • terminal frontends
  • session management
  • shell detection

Using the API:

import { ShellProvider } from 'terminus-terminal'

Exporting your subclasses:

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