1.0.11 • Published 6 years ago

bankr v1.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

What is Bankr?

Bankr is a command line application for tracking the deposits, withdrawals, and transaction history of your virtual Bankr account(s).

Install

npm install -g bankr

Usage

Create an account

bankr register <username>

Note: You will be prompted to create a password for your account.

Log into your account

bankr login <username>

Note: You will be prompted to enter the password that you created during the registration process.

Make a deposit

bankr deposit <username> <amount>

Make a withdrawal

bankr withdraw <username> <amount>

View your account balance

bankr balance <username>

View your transaction history

bankr history <username>

Log out of your account

bankr logout <username>
1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago