New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bankr

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bankr

Banking Ledger Command Line Application with Node.js

  • 1.0.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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>

FAQs

Package last updated on 17 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc