Skip to content

hassey13/CLI-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic CLI App

This project was bootstrapped with [Create React App]

Requires node and npm if you haven't installed already.

Install dependencies with npm install

Run local server with npm start, which should also open your default browser to localhost:3000 You may also run the test suite with npm test

App will initialize with a root directory that has some directories and files.

Acceptable Commands in app:

mkdir - make a new directory touch - make a new file cd - change directory note: any format is accepted for path ( example: './users/eric', users/eric/, ../config ) ls - list directories and files in current directory pwd - print working directory clear - clear window

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published