27 releases
0.4.0 | Nov 12, 2024 |
---|---|
0.3.9 | Nov 12, 2024 |
0.3.2 | Oct 16, 2024 |
0.2.9 | Oct 15, 2024 |
0.1.9 | Oct 9, 2024 |
#75 in Build Utils
718 downloads per month
3.5MB
426 lines
airmoney-cli
airmoney-cli
is a command-line interface tool designed to facilitate the development and management of DEGN APP for AirMoney. It simplifies the process of creating, serving, and publishing applications to the airmoney dapp store.
Features
- Init: Initialize new projects with a standard template structure.
- Serve: Serve your project locally for development and testing.
- Publish: Package and send your project to the dapp store.
- Status: Check the submission status of your application.
Getting Started
install airmoney-cli
using either Cargo
or npm
.
Installation with Cargo
Before you begin, ensure you have Rust and Cargo installed on your machine. Visit Rust's installation page for detailed instructions.
cargo install airmoney-cli
Installation with npm
Before you begin, ensure you have Node.js and npm installed on your machine.
npm install -g airmoney-cli
Dependencies
~19–33MB
~600K SLoC