Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]))