Skip to content

A small application that simulates two common Unix commands

Notifications You must be signed in to change notification settings

jcheringer/command-line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Utility

A small application that simulates two common Unix commands: cd and ls

Launching

Requirements

  • node v12.4.1 or greater installed

Getting started

  • On the root folder, run npm install to get necessary dependencies;
  • Now execute npm start to run the application;

Available Commands

  • 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.

About

A small application that simulates two common Unix commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages