terminus-core
TypeScript icon, indicating that this package has built-in type declarations

1.0.140 • Public • Published

Terminus Core Plugin

See also: Settings plugin API, Terminal plugin API, Local terminal API

  • tabbed interface services
  • toolbar UI
  • config file management
  • hotkeys
  • tab recovery
  • logging
  • theming

Using the API:

import { AppService, TabContextMenuItemProvider } from 'terminus-core'

Exporting your subclasses:

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

Dependencies (0)

    Dev Dependencies (13)

    Package Sidebar

    Install

    npm i terminus-core

    Weekly Downloads

    3

    Version

    1.0.140

    License

    MIT

    Unpacked Size

    2.41 MB

    Total Files

    62

    Last publish

    Collaborators

    • eugenepankov