Skip to content

This is the simplest cli tool written for testing purposes in nodejs

License

Notifications You must be signed in to change notification settings

ezzhood/simple-hello-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is simplest cli tool which prints text to console

To make this command line tool work clone this repo, in your local pc:

git clone https://github.com/eziz-hudayberdiyev/simple-hello-cli.git

Then run this app from the folder you cloned via following command

npm install -g .

This installs script globally, so you can type hello at the command line:

hello

Following image is tested case using cmd on windows 10 machine

image

To uninstall cli-tool, run the following command:

npm uninstall -g cli-app-by-node

Screenshot of command line after uninstalling script

image