![Bash-Mirror Logo](https://user-images.githubusercontent.com/49694746/120115740-b696aa00-c14a-11eb-9995-23b09ecee81c.png)

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](https://www.notion.so/Bash-Mirror-3c01c079baef45a6be1e86132e853a0c)

-----

## 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](CODE-OF-CONDUCT.md). By participating in this project you agree to abide by its terms.
