@anas2479/bash-mirror

2.2.4 • Public • Published

Bash-Mirror Logo

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.

Package Sidebar

Install

npm i @anas2479/bash-mirror

Weekly Downloads

13

Version

2.2.4

License

MIT

Unpacked Size

140 kB

Total Files

18

Last publish

Collaborators

  • anas2479