Skip to content

Commit 87e7062

Browse files
authored
Update README.md
1 parent 9b94d39 commit 87e7062

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
# CLI-Based-Calculator-Using-Node-js-And-TypeScript
22
this is the Source code of Node js and Typescript Based Calculator Runs on the Command line Interface , its package Also published at NPM Marketplace with the name : npx CalCli
3-
added an cli User Input with package Prompt Sync from NPM
3+
4+
1) added an cli User Input with package Prompt Sync from NPM
5+
6+
7+
2) initialized typescript enviroment through npx tsc -init
8+
9+
10+
3) intialized node js enviroment npm init -yes
11+
12+
13+
4) added calculator basic opetaions features - , + , * , /
14+
15+
16+
5) taking user input with strict checkings (empty inputs , only one input , aplphabet input instead of numeric).

0 commit comments

Comments
 (0)