cli_wordcounter_piaic_shaheer
v1.0.8
Published
A cli Word Counter Application designed witht the help of chalk and developed using TypeScript.
Downloads
20
Readme
TypeScript Word Counter Application using chalk and inquirer - Muhammad Shaheer Kamran
A cli Word Counter Application designed witht the help of chalk and developed using TypeScript.
This is a console based application which allows the user to input his/her paragraph or sentence and the system starts. Which then provied the user with total number of words and total number of letters.
This program is made for the sole purpose of practice and showing skills based upon TypeScript language.
Download the Package
npm i cli_wordcounter_piaic_shaheerRun the Word Counter App on your terminal
npx cli_wordcounter_piaic_shaheerPackages
Inquirer
npm i inquirerChalk
npm i chalkDev Dependencies
npm i @types/inquirer -D
npm i @types/chalk -DNode Modules
npm i node
npm i @types/node