A small application that simulates two common Unix commands: cd and ls
- node v12.4.1 or greater installed
- On the root folder, run
npm installto get necessary dependencies; - Now execute
npm startto run the application;
help: Shows the list of available commands.cd: Changes the current working directory.ls: Lists files from the specified path or from the current working directory.