This is a web app that replicates linux terminal commands.
Find the terminal here: http://react-terminal.herokuapp.com
-
Create files with touch command
touch ./index.html
, ortouch {index.html,index.css,index.js}
for multiple filestouch ./<existing-folder>/<filename>.ext
-
Create folders with mkdir command
mkdir ./styles
mkdir {folderOne,folderTwo,...}
-
List the current directory with
ls
ls
Read backlog.md
to see all future functionalities.