Skip to content

Ianmello10/NodeCli

Repository files navigation

Cli With NodeJs

image

Command line tool to view Btc and Eth price simply and quickly, This application uses the coingecko API .

Requirements

  • Node js
  • npm or other package manager

Alias

You can create an alias to call this cli

  • Create a shell script file like runCli.sh
node /path/to/your/script/main.js 

Save the file and give execute permission

chmod +x /path/to/your/script/run-myscript.sh

Create an alias

Open your shell's configuration file:

  • For bash, edite ~/.bashrc.
  • For zsh, edite ~/.zshrc.

Add the alias at the end of your file

alias runmycmd='/path/to/your/script/run-myscript.sh'

Refresh the shell to apply the changes:

source ~/.bashrc
source ~/.zshrc

Execute the command

runmycmd

by: Ianmello10

Contribution

Contributions are welcome !

About

Get coin price of your terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published