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
- Host: GitHub
- URL: https://github.com/edgeapp/airbitz-cli
- Owner: EdgeApp
- License: other
- Created: 2017-04-05T19:27:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T18:22:50.000Z (over 1 year ago)
- Last Synced: 2025-10-25T12:47:40.075Z (8 months ago)
- Language: TypeScript
- Size: 1.09 MB
- Stars: 4
- Watchers: 13
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.