2.2.4 • Published 4 years ago
@anas2479/bash-mirror v2.2.4

Bash-Mirror is a JS library for creating Bash or Shell-like experiences on your web apps. It even emulates a filesystem to be more realistic.
Documentation
You can find developer docs at Notion
Default Commands
help : Lists all the commands that currently exist.
clear : Clears everything on the terminal.
cd : Used to change directory.
mkdir : Used to creare a new folder.
touch : Used to create a new file.
rmdir : Used to remove folder.
rm : Used to remove a file.
ls : Lists out all the content in the current directory.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.