An open API service indexing awesome lists of open source software.

https://github.com/edgeapp/airbitz-cli

CLI tool for interacting with the Airbitz login system and wallet API's
https://github.com/edgeapp/airbitz-cli

Last synced: 4 months ago
JSON representation

CLI tool for interacting with the Airbitz login system and wallet API's

Awesome Lists containing this project

README

          

# Airbitz CLI

This utility contains a wide variety of commands for working with the Edge login system (formerly Airbitz).

Install the CLI globally using `npm install -g airbitz-cli`.

You can see documentation by running `airbitz-cli help`.

## Developing

The `airbitz-cli` script in the top-level of this repository builds and launches the CLI. If you symlink the `edge-core-js` library via `npm link`, this script will also rebuild the core library before each launch as well. This makes development fairly seamless, since there is no need to manually build anything.

We don't have unit tests yet, but we do have linting set to run before every git commit. We follow the [JavaScript Standard Style](https://standardjs.com/) guide.