# webos **Repository Path**: theajack/webos ## Basic Information - **Project Name**: webos - **Description**: Webos terminal Based on HTML5 FileSystem and Alins - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2022-11-20 - **Last Updated**: 2025-01-10 ## Categories & Tags **Categories**: webui **Tags**: None ## README

stars forks version downloads jsdelivr vistor

author license Size TopLang issue Dependent

### πŸš€ [webos-term](https://github.com/theajack/webos): HTML5 FileSystem-based web terminal window **[δΈ­ζ–‡](https://github.com/theajack/webos/blob/master/README.cn.md) | [Use Online](https://theajack.github.io/webos) | [Changelog](https://github.com/theajack/webos/blob/master/scripts/version.md) | [Feedback Errors/Missing Points](https://github.com/theajack/webos/issues/new) | [Gitee](https://gitee.com/theajack/webos) | [Message Board](https://theajack.github.io/message-board/?app=webos)** ## 0 Quick start [Online Address](https://theajack.github.io/webos) ![](https://shiyix.cn/webos.jpg) ### 0.1 npm Use WebOS to build your terminal window ``` npm i webos-term ``` ```js import { createTerm } from 'webos-term'; createTerm({ container: 'body' }); ``` ** WebOS-Disk File System Operations JS Library ** ``` npm i webos-disk ``` For details, please refer to [webos-disk.d.ts](https://cdn.jsdelivr.net/npm/webos-disk/dist/webos-disk.d.ts) ### 0.2 cdn ```html ```