shahbaz-project11-oop-mybank
v1.0.2
Published
_This is a Command-line Based Bank Application,It provides a simple yet powerful command-line interface for managing bank accounts, allowing users to perform actions such as creating new accounts, logging in, making debit/credit transactions, and checking
Downloads
13
Readme
My Bank CLI
This is a Command-line Based Bank Application,It provides a simple yet powerful command-line interface for managing bank accounts, allowing users to perform actions such as creating new accounts, logging in, making debit/credit transactions, and checking their account balance..
Install
# Install globally (recommended to avoid installation again & again).
npm i shahbaz-project11-oop-mybank
#run directly with npx (installs CLI on every run)
npx shahbaz-project11-oop-mybankFeatures
The Bank CLI offers the following features:
- New Account Creation.
- User Login.
- Debit / Credit Feature.
- Balance Inquiry.
Preview
Deployment
This CLI is deployed as Pacage on Node Pacage Manager
Technologies Used
- Node.js
- TypeScript
- Inquirer (for user input)
- Chalk (for colorful console output)
- Ora (for loading spinner)
Dependencies
The application uses the following Dependencies:
- @types/inquirer ^9.0.7
- chalk ^5.3.0
- inquirer ^9.2.16
- ora ^8.0.1
