1.0.11 • Published 8 years ago

bankr v1.0.11

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

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago