skydroid-cli
skydroid-cli copied to clipboard
Command-line tool for SkyDroid app distribution.
SkyDroid CLI
Command-line tool for SkyDroid app distribution. SkyDroid is a decentralized domain-based App Store for Android.
Install
- Download the binary for your operating system: https://github.com/redsolver/skydroid-cli/releases/
- Move it to a folder in your PATH
- Make it executable with
chmod +x
Initialize SkyDroid for your app
- Make sure your terminal is in the root directory of the app you want to publish
- Run
skydroid init
- Edit all values in
skydroid-app.yaml
to match your app - Put your app's domain name in
skydroid-dev.yaml
Publish your app
Run skydroid publish
and follow the instructions.
Credits
Used some code from https://github.com/angel-dart/angel/tree/master/packages/cli