Skip to content

Vishal067/command-line-tool-using-node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is command line tool like shell made using node.js by Vishal

There are some commands which work like shell commands and you can try them out.

Steps to run this project

1. install nodejs
2. install npm

Clone this project

3. git clone https://github.com/Vishal067/command-line-tool-using-node.js.git

Install dependencies

4. npm install

Run the project

5. node shell.js

Commands

Available commands to use

1. ls
2. pwd
3. cd <directory_name>
4. ls <directory_name>
5. fg <pid>
6. <path_to_binary> <args>
7. exit

About

This is command line tool like shell made using node.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published