UNPKG

@owdproject/app-terminal

Version:

Terminal App for your Open Web Desktop client

41 lines (28 loc) 689 B
<p align="center"> <img width="160" height="160" src="https://avatars.githubusercontent.com/u/65117737?s=160&v=4" /> </p> <h1 align="center">Terminal</h1> <h3 align="center"> Terminal App for Open Web Desktop. </h3> <br /> ## Overview This app for Open Web Desktop is a basic terminal to interact with other apps. ## Installation ```bash owd install-app @owdproject/app-terminal ``` ## Installation ## Usage #### Available configuration You could set this configuration in `/desktop/owd.config.ts`: ```json terminal: { { welcomeMessage: "Welcome to Open Web Desktop", prompt: "$" } } ``` ## License The application is released under the [MIT License](LICENSE).