Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcphysx/web-cli
Simple and fully customizable Command Line Interface web page
https://github.com/arcphysx/web-cli
Last synced: about 2 months ago
JSON representation
Simple and fully customizable Command Line Interface web page
- Host: GitHub
- URL: https://github.com/arcphysx/web-cli
- Owner: arcphysx
- License: mit
- Created: 2020-07-25T15:41:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:26:56.000Z (about 2 years ago)
- Last Synced: 2023-07-11T08:24:26.730Z (over 1 year ago)
- Language: JavaScript
- Size: 3.24 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web CLI (_WCLI_)
_Last Updated: `07/08/2020`_Simple and fully customizable Command Line Interface web page
## Demo
You can view the demo on [My Personal Website](https://arcphysx.com/)## Features
* Fully customizable command, even you can create your own command with your own parameter
* Some bash-like command are included
* Multi terminal sessions are supported## Screenshots
Web Version
Mobile Version
## Requirements
* Vue 2.6 or later## Prerequisites
### Preparing Projects
* Clone this projects on your directory
* Run `npm install` command to install the dependencies
* Run `npm run serve` to run the project### Configuring the CLI
* You can modify the config on `constant\cli_config.js`
* You can create your own JS module for processing command in `utils`, for example, see `utils\commandHandler.js`### Notes
This project uses [BootstrapVue](https://bootstrap-vue.org/) for creating pages and utilizes its grids and components to build layouts.## Authors
**Raymond Purnomo** ([Website](https://arcphysx.com)) ([Email](mailto:[email protected]))