Skip to content

owdproject/app-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal

Terminal App for your Open Web Desktop client.

Overview

This app for Open Web Desktop is a basic terminal to interact with other apps.

Installation

  1. Navigate to your client folder in your terminal:

    cd owd-client
  2. Install the desktop module using npm or yarn:

    npm install @owdproject/app-terminal
  3. Register the application in your desktop configuration file:

    // owd.config.ts
    export default defineDesktopConfig({
        apps: [
            '@owdproject/app-terminal',
        ]
    })

Compatibility

The application is compatible with Open Web Desktop client version 3.0.0-alpha.6.

License

The application is released under the GNU General Public License v3.

Releases

No releases published

Packages

No packages published