1.0.11 • Published 7 years ago

bankr v1.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago