DEV Community

Cover image for My First CLI Tool
Ian Vizarra
Ian Vizarra

Posted on

My First CLI Tool

Philippines Stock Exchange Tracker CLI

I created my first CLI tool using JavaScript/TypeScript. It ain't much, but it's honest work :)

Philippines Stock Exchange Tracker CLI Tool: Display the current Stock Price by Symbol in your terminal.

Install by running this command:
npm install -g pse-tracker-cli

Usage Example:
pse JFC

Source Code: https://github.com/ianvizarra/pse-tracker-cli
API Source: https://github.com/edgedalmacio/phisix

Top comments (0)